We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46d984 commit 57de05aCopy full SHA for 57de05a
1 file changed
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
# 79 chars is too strict and we don't have 80-char terminals nowadays,
10
# 160 chars is too much since it doesn't let us use split view efficiently:
11
- --max-line-length=120
12
- - --ignore=E722,E731
+ - --ignore=E722,E731,W503
13
# FIXME: decide whether we need check E722 (bare except used)
14
- id: check-merge-conflict
15
- id: double-quote-string-fixer
0 commit comments