Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a811a2

Browse files
authored
BLD: set the max line length on the flake8 config (#15578)
BLD: set the max line length on the flake8 config
2 parents 7f171d6 + 295322f commit 3a811a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[flake8]
2+
max-line-length = 79
23
ignore =
34
# Normal default
45
E121,E123,E126,E226,E24,E704,W503,W504,

0 commit comments

Comments
 (0)