diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c8e050..9277622 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,4 +14,4 @@ repos: hooks: - id: flake8 types: [python] - args: ["--max-line-length", "120", "--ignore", "E501,E722,W291,E402,E203,F541"] \ No newline at end of file + args: ["--max-line-length", "120", "--ignore", "E501,E722,W291,W503,E402,E203,F541"] \ No newline at end of file