python-mylib/setup.cfg
Benjamin Renard 62c3fadf96
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Introduce pyupgrade,isort,black and configure pre-commit hooks to run all testing tools before commit
2023-01-16 12:56:12 +01:00

4 lines
50 B
INI

[flake8]
ignore = E501,W503
max-line-length = 100