summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 40f4423..1167048 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -7,16 +7,12 @@ repos:
- id: trailing-whitespace
- repo: local
hooks:
- - id: black
- name: black
- entry: black
- language: system
- types: [python]
- id: ruff
name: ruff
entry: ruff
language: system
types: [python]
+ args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v1.2.0
hooks: