diff options
author | 2024-11-23 19:48:25 +0000 | |
---|---|---|
committer | 2024-11-23 19:48:25 +0000 | |
commit | c38bc58228b7806f68202ff74bf7fcdae8c04a98 (patch) | |
tree | 80954bbcf7be88ace99e065f268d5bbcdeddc9ff /.pre-commit-config.yaml | |
parent | Set ruff to use concise output and suggest unsafe fixes (diff) |
Specify which ruff tool to run in pre-commit config
Diffstat (limited to '')
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c48089d..e0d71042 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,6 +15,6 @@ repos: - id: ruff name: ruff description: This hook runs ruff within our project's environment. - entry: poetry run ruff + entry: poetry run ruff check --force-exclude language: system types: [python] |