Skip to content

Commit

Permalink
Ignore E402
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Jul 12, 2023
1 parent 1d33fb3 commit 8ff3fed
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 @@ -19,5 +19,5 @@ repos:
hooks:
- id: nbqa-ruff
additional_dependencies: [ruff==0.0.276]
args: ["--fix",--ignore=E501]
args: ["--fix",--ignore=E501 E402]

0 comments on commit 8ff3fed

Please sign in to comment.