Skip to content

Commit aa83b6e

Browse files
committed
Update syntax of flake8 config
1 parent aa50315 commit aa83b6e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[flake8]
22
exclude = docs/conf.py
33
extend-ignore =
4-
E203, # Black-incompatible colon spacing.
5-
W503, # Line jump before binary operator.
4+
# Black-incompatible colon spacing.
5+
E203,
6+
# Line jump before binary operator.
7+
W503,
68
max-line-length = 88
79

810
[isort]

0 commit comments

Comments
 (0)