We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0992923 commit 9e79f1cCopy full SHA for 9e79f1c
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
exclude: '(tests/data/garnet-data|scripts)/.*'
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.6.0
+ rev: v5.0.0
5
hooks:
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
@@ -13,7 +13,7 @@ repos:
13
exclude: "conda.recipe/meta.yaml"
14
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: v0.4.1
+ rev: v0.9.7
17
18
- id: ruff
19
args: [--fix, --exit-non-zero-on-fix]
0 commit comments