Merge pull request #189 from KamilLepek/pep8yml

Add PEP8 checker configuration file
This commit is contained in:
Daniel Madej 2019-06-13 16:53:07 +02:00 committed by GitHub
commit 1e2b8f1980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.pep8speaks.yml Normal file
View File

@ -0,0 +1,12 @@
# File : .pep8speaks.yml
scanner:
diff_only: True
linter: pycodestyle
pycodestyle:
max-line-length: 100
ignore:
- E402 # module level import not at top of file
no_blank_comment: True