Skip to content

Commit a2691cb

Browse files
committed
config(flake8): Update to latest black formatting suggestion
See also: https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html?highlight=compatible#id2
1 parent a99b755 commit a2691cb

File tree

1 file changed

+1
-36
lines changed

1 file changed

+1
-36
lines changed

setup.cfg

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,7 @@ exclude = .*/,.tox,*.egg,tmuxp/_compat.py,tmuxp/__*__.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
427

438
[tool:pytest]
449
addopts = --reruns=0

0 commit comments

Comments
 (0)