prototorch/setup.cfg
Jensun Ravichandran 38244f6691 Add setup.cfg
2021-06-12 20:41:00 +02:00

15 lines
238 B
INI

[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