wemake-services / django-split-settings

Organize Django settings into multiple files and directories. Easily override and modify settings. Use wildcards and optional settings files.
http://django-split-settings.rtfd.io
BSD 3-Clause "New" or "Revised" License
1.11k stars 67 forks source link

PEP621: Move more configuration into pyproject.toml #463

Closed cclauss closed 1 year ago

cclauss commented 1 year ago

Use ini2toml to migrate more configuration to pyproject.toml and run validate-pyproject to validate results.

cclauss commented 1 year ago

I believe that the flake8 team will never adopt pyproject.toml and most of these tools will be replaced by https://beta.ruff.rs

sobolevn commented 1 year ago

This is a good thing! ruff is much better, I hope to switch soon. But, right now I don't have time to experiment :(