python-template icon indicating copy to clipboard operation
python-template copied to clipboard

ruff config update

Open sjvrijn opened this issue 10 months ago • 0 comments

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 calling ruff check <path>
  • Most of the configuration in pyproject.toml should now be moved under a tool.ruff.lint<.isort> header

sjvrijn avatar Apr 10 '24 13:04 sjvrijn