Skip to content

Commit

Permalink
added ignore of putting imports after some code (required for pipmaster)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParisNeo committed Jan 22, 2025
1 parent 6db8b5b commit 39450cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
hooks:
- id: ruff-format
- id: ruff
args: [--fix]
args: [--fix, --ignore=E402]


- repo: https://github.com/mgedmin/check-manifest
Expand Down

0 comments on commit 39450cc

Please sign in to comment.