Merge pull request #28 from pypeclub/hotfix/flake8-configuration

fixing flake8 configuration
This commit is contained in:
Milan Kolar 2020-03-24 17:21:07 +01:00 committed by GitHub
commit 335836cbd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,6 @@
[flake8]
# ignore = D203
ignore = BLK100
ignore = W504
ignore = BLK100, W504
max-line-length = 79
exclude =
.git,