afonasev / flake8-return

Flake8 plugin for return expressions checking.
MIT License
62 stars 69 forks source link

PEP 621: Migrate more config to pyproject.toml #123

Closed cclauss closed 1 year ago

cclauss commented 1 year ago

Migrate to pyproject.toml using ini2toml to do the file conversion and running validate-pyproject to validate results.

afonasev commented 1 year ago

Thx for your contribution!