Skip to content

Commit afdbf2d

Browse files
committed
PEP8fy codebase: ignored E731 flake8 error
1 parent 277368c commit afdbf2d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# 79 chars is too strict and we don't have 80-char terminals nowadays,
99
# 160 chars is too much since it doesn't let us use split view efficiently:
1010
- --max-line-length=120
11+
- --ignore=E731
1112
- id: check-merge-conflict
1213
- id: double-quote-string-fixer
1314
- id: end-of-file-fixer

0 commit comments

Comments
 (0)