Add python configuration
This commit is contained in:
4
python/.config/pycodestyle
Normal file
4
python/.config/pycodestyle
Normal file
@ -0,0 +1,4 @@
|
||||
[pycodestyle]
|
||||
ignore = E226,E302,E41,E0202,E1101
|
||||
max-line-length = 88
|
||||
statistics = True
|
||||
2
python/.pylintrc
Normal file
2
python/.pylintrc
Normal file
@ -0,0 +1,2 @@
|
||||
[MESSAGES CONTROL]
|
||||
disable=E0202,E1101
|
||||
Reference in New Issue
Block a user