pycodestyle: Only use format=pylint from setup.py
Don't force it on users who are running the tool manually
This commit is contained in:
parent
8502b84dbd
commit
a9f818b44b
|
@ -1,7 +1,5 @@
|
|||
[pycodestyle]
|
||||
|
||||
format = pylint
|
||||
|
||||
# List of error codes:
|
||||
# https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes
|
||||
|
||||
|
|
Loading…
Reference in New Issue