Skip to content

Commit ee12bb5

Browse files
aabadiemiri64
authored andcommitted
flake8: adapt configuration to black code formatter
1 parent 66624bc commit ee12bb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ disable = locally-disabled,star-args,consider-using-f-string
1414
msg-template = {path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
1515

1616
[flake8]
17-
max-line-length = 80
17+
max-line-length = 88
18+
extend-ignore = E203
1819
exclude = .tox,dist,doc,build,*.egg
1920
max-complexity = 10
2021

0 commit comments

Comments
 (0)