Add PEP8 checker configuration file
Signed-off-by: Kamil Lepek <kamil.lepek94@gmail.com>
This commit is contained in:
parent
fb430c21e6
commit
fa71332c8c
12
.pep8speaks.yml
Normal file
12
.pep8speaks.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user