Skip to content

Commit ff834e8

Browse files
authored
Merge pull request internetarchive#11166 from internetarchive/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 78c079e + 95b5898 commit ff834e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v5.0.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: check-toml
1717
- id: check-yaml
@@ -32,7 +32,7 @@ repos:
3232
- id: auto-walrus
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.12.5
35+
rev: v0.12.9
3636
hooks:
3737
- id: ruff-check
3838
args: [ --fix ]
@@ -51,12 +51,12 @@ repos:
5151
args: ["--skip", "*.mjs"]
5252

5353
- repo: https://github.com/MarcoGorelli/cython-lint
54-
rev: v0.16.6
54+
rev: v0.16.7
5555
hooks:
5656
- id: cython-lint
5757

5858
- repo: https://github.com/pre-commit/mirrors-mypy
59-
rev: v1.16.0
59+
rev: v1.17.1
6060
hooks:
6161
- id: mypy # See pyproject.toml for args
6262
additional_dependencies:
@@ -72,7 +72,7 @@ repos:
7272
- id: validate-pyproject
7373

7474
- repo: https://github.com/pre-commit/mirrors-eslint
75-
rev: v9.29.0
75+
rev: v9.33.0
7676
hooks:
7777
- id: eslint
7878
types: [file]

0 commit comments

Comments
 (0)