Skip to content

Commit 4ba531b

Browse files
[pre-commit.ci] pre-commit autoupdate (#2412)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.3.7](astral-sh/ruff-pre-commit@v0.3.4...v0.3.7) - [github.com/psf/black: 24.3.0 → 24.4.0](psf/black@24.3.0...24.4.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 0dcec65 commit 4ba531b

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
@@ -3,14 +3,14 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v4.6.0
77
hooks:
88
- id: trailing-whitespace
99
exclude: .github/|tests/testdata
1010
- id: end-of-file-fixer
1111
exclude: tests/testdata
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.3.4"
13+
rev: "v0.4.2"
1414
hooks:
1515
- id: ruff
1616
exclude: tests/testdata
@@ -34,7 +34,7 @@ repos:
3434
- id: black-disable-checker
3535
exclude: tests/test_nodes_lineno.py
3636
- repo: https://github.com/psf/black
37-
rev: 24.3.0
37+
rev: 24.4.2
3838
hooks:
3939
- id: black
4040
args: [--safe, --quiet]
@@ -54,7 +54,7 @@ repos:
5454
]
5555
exclude: tests/testdata|conf.py
5656
- repo: https://github.com/pre-commit/mirrors-mypy
57-
rev: v1.9.0
57+
rev: v1.10.0
5858
hooks:
5959
- id: mypy
6060
name: mypy
@@ -66,7 +66,7 @@ repos:
6666
additional_dependencies: ["types-typed-ast"]
6767
exclude: tests/testdata| # exclude everything, we're not ready
6868
- repo: https://github.com/pre-commit/mirrors-prettier
69-
rev: v3.1.0
69+
rev: v4.0.0-alpha.8
7070
hooks:
7171
- id: prettier
7272
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)