Skip to content

Commit 87724d0

Browse files
committed
precommit hook with ruff
1 parent e3cf4f8 commit 87724d0

File tree

1 file changed

+5
-20
lines changed

1 file changed

+5
-20
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,10 @@ repos:
3535
- id: ruff-format
3636
exclude: "tests/histogram/"
3737

38-
- repo: https://github.com/codespell-project/codespell
39-
rev: v2.4.1
40-
hooks:
41-
- id: codespell
42-
exclude: pixi.lock
4338
- repo: local
4439
hooks:
45-
- id: pylint
46-
name: pylint
47-
entry: pylint
48-
language: system
49-
types: [python]
50-
args:
51-
[
52-
"-rn", # Only display messages
53-
"-sn", # Don't display the score
54-
]
55-
- id: pixi-lock-check
56-
name: pixi-lock-check
57-
entry: bash -c "pixi lock --check"
58-
stage: pre-push
59-
language: system
40+
- id: pixi-lock-check
41+
name: pixi-lock-check
42+
entry: bash -c "pixi lock --check"
43+
stage: pre-push
44+
language: system

0 commit comments

Comments
 (0)