Skip to content

Commit dd2eaf6

Browse files
committed
Update flake8 ignores
This ignores warnings which are moot using Black
1 parent 4910ccb commit dd2eaf6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ exclude=docs
55
[flake8]
66
line_length=88
77
exclude=docs
8+
ignore = E203, E501, W503
89

910
[isort]
1011
line_length=88

0 commit comments

Comments
 (0)