Skip to content

Commit d1b1369

Browse files
committed
chore(setup.cfg): Update flake8 and isort configuration for black
1 parent ddb7dec commit d1b1369

File tree

1 file changed

+2
-36
lines changed

1 file changed

+2
-36
lines changed

setup.cfg

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,10 @@ exclude = .*/,*.egg,libtmux/_compat.py,libtmux/__*__.py
33
select = E,W,F,N
44
max-line-length = 88
55
# Stuff we ignore thanks to black: https://github.com/ambv/black/issues/429
6-
ignore = E111,
7-
E121,
8-
E122,
9-
E123,
10-
E124,
11-
E125,
12-
E126,
13-
E201,
14-
E202,
15-
E203,
16-
E221,
17-
E222,
18-
E225,
19-
E226,
20-
E227,
21-
E231,
22-
E241,
23-
E251,
24-
E261,
25-
E262,
26-
E265,
27-
E271,
28-
E272,
29-
E302,
30-
E303,
31-
E306,
32-
E502,
33-
E701,
34-
E702,
35-
E703,
36-
E704,
37-
W291,
38-
W292,
39-
W293,
40-
W391,
41-
W503
6+
extend-ignore = E203,W503
427

438
[isort]
9+
profile = black
4410
combine_as_imports= true
4511
default_section = THIRDPARTY
4612
include_trailing_comma = true

0 commit comments

Comments
 (0)