Skip to content

Commit

Permalink
chore(setup.cfg): Update flake8 and isort for black
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Apr 3, 2022
1 parent aabfd7c commit 3d8c755
Showing 1 changed file with 2 additions and 36 deletions.
38 changes: 2 additions & 36 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,44 +6,10 @@ exclude = .git,
__pycache__,
.venv
# Stuff we ignore thanks to black: https://github.com/ambv/black/issues/429
ignore = E111,
E121,
E122,
E123,
E124,
E125,
E126,
E201,
E202,
E203,
E221,
E222,
E225,
E226,
E227,
E231,
E241,
E251,
E261,
E262,
E265,
E271,
E272,
E302,
E303,
E306,
E502,
E701,
E702,
E703,
E704,
W291,
W292,
W293,
W391,
W503
extend-ignore = E203,W503

[isort]
profile = black
combine_as_imports= true
default_section = THIRDPARTY
include_trailing_comma = true
Expand Down

0 comments on commit 3d8c755

Please sign in to comment.