summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-11 22:09:53 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-11 22:09:53 +0200
commit43b10ea57f40983ec53c17a05f5b9fd2501f4eea (patch)
tree756b4cd2483a0d794b057cb6bb398f99991b01e1 /.pre-commit-config.yaml
parent1732ed564a738a42c1bf6e8127ae810f5658cb06 (diff)
Update notebooks
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: