Skip to content

Commit 8d3cdbb

Browse files
[pre-commit.ci] pre-commit autoupdate (#2495)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.5...v0.5.6) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 61dba89 commit 8d3cdbb

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
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
exclude: tests/testdata
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.5.5"
13+
rev: "v0.5.6"
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.4.2
37+
rev: 24.8.0
3838
hooks:
3939
- id: black
4040
args: [--safe, --quiet]
@@ -55,7 +55,7 @@ repos:
5555
]
5656
exclude: tests/testdata|conf.py
5757
- repo: https://github.com/pre-commit/mirrors-mypy
58-
rev: v1.11.0
58+
rev: v1.11.1
5959
hooks:
6060
- id: mypy
6161
name: mypy

0 commit comments

Comments
 (0)