Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: "^pixi.lock$"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-added-large-files
args: [--maxkb=8192]
Expand All @@ -16,21 +16,21 @@ repos:
- id: trailing-whitespace
exclude: "notebooks/.*\\.ipynb$"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.16.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
exclude: "notebooks/.*\\.ipynb$"
- id: ruff-format
exclude: "notebooks/.*\\.ipynb$"
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.3
hooks:
- id: codespell
exclude: "notebooks/.*\\.ipynb$"
args: ["--skip=*.js,*.html,*.css"]
- repo: https://github.com/adrienverge/yamllint
rev: v1.35.1
rev: v1.38.0
hooks:
- id: yamllint
- repo: https://github.com/ComPWA/taplo-pre-commit
Expand Down
Loading