Update .flake8 for black compatibility.

This commit is contained in:
george 2022-02-06 20:16:21 +00:00
parent 17e7635dab
commit 9999f7de1e
No known key found for this signature in database
GPG Key ID: D30164B91DE6EEE3
1 changed files with 5 additions and 5 deletions

10
.flake8
View File

@ -1,10 +1,10 @@
[flake8]
ignore =
# line length is handled by black
E501,
# W503 & E203 are not PEP 8 compliant and conflicts with black
W503,
max-line-length = 88
select = C,E,F,W,B,B950
extend-ignore =
# For black compatibility
E203,
E501,
# Ignore "f-string is missing placeholders"
F541,
# allow bare "except"