Add setup.cfg

This commit is contained in:
Jensun Ravichandran 2021-06-12 20:41:00 +02:00
parent 1ba7f5c4f7
commit 38244f6691

15
setup.cfg Normal file
View File

@ -0,0 +1,15 @@
[pylint]
disable =
too-many-arguments,
too-few-public-methods,
fixme,
[pycodestyle]
max-line-length = 79
[isort]
multi_line_output = 3
include_trailing_comma = True
force_grid_wrap = 3
use_parentheses = True
line_length = 79