Merge pull request #76 from robertbaldyga/pep8speaks-config

Add pep8speaks custom config
This commit is contained in:
Kamil Łepek 2019-07-30 12:09:33 +02:00 committed by GitHub
commit 54b1a79128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.pep8speaks.yml Normal file
View File

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