Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
--fix
flag to ruff pre-commit hook for automatic suggestion of …
…fixes (jaraco/skeleton#140) * Add `--fix` flag to ruff pre-commit hook for automatic suggestion of fixes. This is documented in https://github.com/astral-sh/ruff-pre-commit?tab=readme-ov-file#using-ruff-with-pre-commit and should be safe to apply, because it requires the developer to "manually approve" the suggested changes via `git add`. * Add --unsafe-fixes to ruff pre-commit hoot
- Loading branch information