We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277368c commit afdbf2dCopy full SHA for afdbf2d
1 file changed
.pre-commit-config.yaml
@@ -8,6 +8,7 @@
8
# 79 chars is too strict and we don't have 80-char terminals nowadays,
9
# 160 chars is too much since it doesn't let us use split view efficiently:
10
- --max-line-length=120
11
+ - --ignore=E731
12
- id: check-merge-conflict
13
- id: double-quote-string-fixer
14
- id: end-of-file-fixer
0 commit comments