python-template
python-template copied to clipboard
ruff config update
After creating a new project and installing the pre-commit hook, ruff complains with two warnings:
-
ruff <path>
is being deprecated in favor of explicitly callingruff check <path>
- Most of the configuration in
pyproject.toml
should now be moved under atool.ruff.lint<.isort>
header