Skip to content

Commit

Permalink
flake8: adapt configuration to black code formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie authored and miri64 committed Sep 23, 2021
1 parent 66624bc commit ee12bb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ disable = locally-disabled,star-args,consider-using-f-string
msg-template = {path}:{line}: [{msg_id}({symbol}), {obj}] {msg}

[flake8]
max-line-length = 80
max-line-length = 88
extend-ignore = E203
exclude = .tox,dist,doc,build,*.egg
max-complexity = 10

Expand Down

0 comments on commit ee12bb5

Please sign in to comment.