Skip to content

Commit 7124000

Browse files
[pre-commit.ci] pre-commit autoupdate (#2326)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.0 → v0.1.1](astral-sh/ruff-pre-commit@v0.1.0...v0.1.1) - [github.com/psf/black: 23.9.1 → 23.10.1](psf/black@23.9.1...23.10.1) - [github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.6.1](pre-commit/mirrors-mypy@v1.6.0...v1.6.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent aa35caa commit 7124000

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.1.0"
13+
rev: "v0.1.1"
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: 23.9.1
37+
rev: 23.10.1
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.6.0
57+
rev: v1.6.1
5858
hooks:
5959
- id: mypy
6060
name: mypy

0 commit comments

Comments
 (0)