Skip to content

Commit

Permalink
ignore W503
Browse files Browse the repository at this point in the history
  • Loading branch information
DeppWang committed Jun 12, 2024
1 parent 6d39e75 commit 0ea9e7f
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 @@ -14,4 +14,4 @@ repos:
hooks:
- id: flake8
types: [python]
args: ["--max-line-length", "120", "--ignore", "E501,E722,W291,E402,E203,F541"]
args: ["--max-line-length", "120", "--ignore", "E501,E722,W291,W503,E402,E203,F541"]

0 comments on commit 0ea9e7f

Please sign in to comment.