Skip to content

Commit 6905c39

Browse files
committed
set flake8 line length high enough
1 parent a1e926f commit 6905c39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ repos:
4444
hooks:
4545
- id: flake8
4646
args: [
47+
'--max-line-length', '122',
4748
'--extend-ignore', 'E203,B028', # flake8
4849
# disagrees
4950
# with

0 commit comments

Comments
 (0)