Skip to content

Commit c3166eb

Browse files
committed
ci: Update isort and flake8 rules for black
1 parent fce9809 commit c3166eb

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

setup.cfg

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@ exclude = .*/,.tox,*.egg,libvcs/__*__.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 = E203,
7-
E231,
8-
E265,
9-
E293,
10-
E302,
11-
W291,
12-
W293,
13-
W503
6+
ignore = E203,W503
147

158
[isort]
9+
profile = black
1610
combine_as_imports= true
1711
default_section = THIRDPARTY
1812
include_trailing_comma = true

0 commit comments

Comments
 (0)