Skip to content

Commit a1019e6

Browse files
committed
Modify flake8 config to match black
1 parent aa57019 commit a1019e6

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.flake8

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
[flake8]
2-
max-line-length = 100
3-
4-
## IGNORES
5-
6-
# E126: yapf conflicts with "continuation line over-indented for hanging indent"
7-
8-
# E127: flake8 reporting incorrect continuation line indent errors
9-
# on multi-line and multi-level indents
10-
11-
# W503: flake8 reports this as incorrect, and scripts/format_code
12-
# changes code to it, so let format_code win.
13-
14-
ignore = E126,E127,W503
2+
max-line-length = 88
3+
extend-ignore = E203, W503, E731, E722

0 commit comments

Comments
 (0)