8000 BLD: set the max line length on the flake8 config · jakeprojects/matplotlib@295322f · GitHub
[go: up one dir, main page]

Skip to content

Commit 295322f

Browse files
committed
BLD: set the max line length on the flake8 config
This is to make sure that if developers have a global config for the max line length we over-ride that setting in the mpl code.
1 parent 7f171d6 commit 295322f

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)
0