Skip to content

Commit 4ad1f7a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.8.2](astral-sh/ruff-pre-commit@v0.6.7...v0.8.2) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/MarcoGorelli/cython-lint: v0.16.2 → v0.16.6](MarcoGorelli/cython-lint@v0.16.2...v0.16.6) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0) - [github.com/abravalheri/validate-pyproject: v0.19 → v0.23](abravalheri/validate-pyproject@v0.19...v0.23) - [github.com/pre-commit/mirrors-eslint: v9.11.0 → v9.16.0](pre-commit/mirrors-eslint@v9.11.0...v9.16.0)
1 parent e34b186 commit 4ad1f7a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 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: v4.6.0
14+
rev: v5.0.0
1515
hooks:
1616
- id: check-toml
1717
- id: check-yaml
@@ -32,12 +32,12 @@ repos:
3232
- id: auto-walrus
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.6.7
35+
rev: v0.8.2
3636
hooks:
3737
- id: ruff
3838

3939
- repo: https://github.com/psf/black
40-
rev: 24.8.0
40+
rev: 24.10.0
4141
hooks:
4242
- id: black # See pyproject.toml for args
4343

@@ -50,12 +50,12 @@ repos:
5050
args: ["--skip", "*.mjs"]
5151

5252
- repo: https://github.com/MarcoGorelli/cython-lint
53-
rev: v0.16.2
53+
rev: v0.16.6
5454
hooks:
5555
- id: cython-lint
5656

5757
- repo: https://github.com/pre-commit/mirrors-mypy
58-
rev: v1.11.2
58+
rev: v1.13.0
5959
hooks:
6060
- id: mypy # See pyproject.toml for args
6161
additional_dependencies:
@@ -66,12 +66,12 @@ repos:
6666
- types-simplejson
6767

6868
- repo: https://github.com/abravalheri/validate-pyproject
69-
rev: v0.19
69+
rev: v0.23
7070
hooks:
7171
- id: validate-pyproject
7272

7373
- repo: https://github.com/pre-commit/mirrors-eslint
74-
rev: v9.11.0
74+
rev: v9.16.0
7575
hooks:
7676
- id: eslint
7777
types: [file]

0 commit comments

Comments
 (0)