Skip to content

Commit 6f5af2f

Browse files
[pre-commit.ci] pre-commit autoupdate (#61)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 974f6c0 commit 6f5af2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
# ruff PyBispectra
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.9.10
4+
rev: v0.11.0
55
hooks:
66
- id: ruff
77
name: ruff lint pybispectra
@@ -10,7 +10,7 @@ repos:
1010

1111
# ruff examples
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.9.10
13+
rev: v0.11.0
1414
hooks:
1515
- id: ruff
1616
name: ruff lint examples
@@ -29,7 +29,7 @@ repos:
2929

3030
# yamllint
3131
- repo: https://github.com/adrienverge/yamllint.git
32-
rev: v1.35.1
32+
rev: v1.36.2
3333
hooks:
3434
- id: yamllint
3535
args: [--strict, -c, .yamllint.yml]

0 commit comments

Comments
 (0)