We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974f6c0 commit 6f5af2fCopy full SHA for 6f5af2f
1 file changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
# ruff PyBispectra
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: v0.9.10
+ rev: v0.11.0
5
hooks:
6
- id: ruff
7
name: ruff lint pybispectra
@@ -10,7 +10,7 @@ repos:
10
11
# ruff examples
12
13
14
15
16
name: ruff lint examples
@@ -29,7 +29,7 @@ repos:
29
30
# yamllint
31
- repo: https://github.com/adrienverge/yamllint.git
32
- rev: v1.35.1
+ rev: v1.36.2
33
34
- id: yamllint
35
args: [--strict, -c, .yamllint.yml]
0 commit comments