Add pep8speaks custom config
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
parent
d01c26d629
commit
0804ac5307
13
.pep8speaks.yml
Normal file
13
.pep8speaks.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user