Skip to content

Commit

Permalink
Ruff: Run on pyi files
Browse files Browse the repository at this point in the history
Ensure ruff is actually run on .pyi files.
They have a separate type pyi but we can just use the defaults, too
  • Loading branch information
ax3l committed Aug 14, 2024
1 parent ef28242 commit db3c978
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ repos:
# Run the linter
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
types_or: [python, jupyter]
# Run the formatter
- id: ruff-format

Expand Down

0 comments on commit db3c978

Please sign in to comment.