Skip to content

Commit 16de049

Browse files
committed
add to ignored flake8 rules
1 parent 434e16a commit 16de049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ repos:
4343
# these are errors that will be ignored by flake8
4444
# check out their meaning here
4545
# https://flake8.pycqa.org/en/latest/user/error-codes.html
46-
- "--ignore=E203,E266,E501,W503,F403,F401,E402,W605"
46+
- "--ignore=C813,C901,E203,E266,E501,W503,F403,F401,E402,W605"

0 commit comments

Comments
 (0)