We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3cf4f8 commit 87724d0Copy full SHA for 87724d0
.pre-commit-config.yaml
@@ -35,25 +35,10 @@ repos:
35
- id: ruff-format
36
exclude: "tests/histogram/"
37
38
-- repo: https://github.com/codespell-project/codespell
39
- rev: v2.4.1
40
- hooks:
41
- - id: codespell
42
- exclude: pixi.lock
43
- repo: local
44
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
+ - id: pixi-lock-check
+ name: pixi-lock-check
+ entry: bash -c "pixi lock --check"
+ stage: pre-push
+ language: system
0 commit comments