diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1f5317503..b8db3b8b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,6 +16,6 @@ repos: rev: v0.1.14 hooks: - id: ruff - args: [--fix] + args: [--fix, --show-fixes] - id: ruff-format exclude: ^treeherder/.*/migrations