Closed cclauss closed 1 year ago
Migrate to pyproject.toml using ini2toml to do the file conversion and running validate-pyproject to validate results.
pyproject.toml
ini2toml
validate-pyproject
flake8
.flake8
Thank you! I had to adjust the Makefile (replacing twine with flit): https://github.com/MartinThoma/flake8-simplify/commit/cfff4649ff3658c546c2ec445e33a4b1d9f71b4b
Migrate to
pyproject.toml
usingini2toml
to do the file conversion and runningvalidate-pyproject
to validate results.flake8
is not yet compatible withpyproject.toml
so move its config to.flake8