diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 43a4dd0..5bbb27c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -114,6 +114,10 @@ repos: hooks: - id: ruff-check args: [--fix] + - id: ruff-check + alias: ruff-fix + stages: [manual] + args: [--fix, --unsafe-fixes] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy