aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.pre-commit-config.yaml2
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]