slurm-tuner/setup.cfg
2024-10-05 14:28:49 -05:00

12 lines
183 B
INI

[pycodestyle]
max-line-length = 130
ignore = E402, W503
[pydocstyle]
ignore = D100, D103, D203, D212, D406, D407, D411, D413
[flake8]
max-complexity = 25
[yapf]
COLUMN_LIMIT = 130