Skip to content

Commit 0b7333f

Browse files
[pre-commit.ci] pre-commit autoupdate (#10992)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.11...v0.15.12) - [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [github.com/pre-commit/mirrors-mypy: v1.20.1 → v1.20.2](pre-commit/mirrors-mypy@v1.20.1...v1.20.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6bf4c13 commit 0b7333f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
doc/data/messages/m/missing-final-newline/bad/crlf.py
2121
)$
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: "v0.15.11"
23+
rev: "v0.15.12"
2424
hooks:
2525
- id: ruff-check
2626
args: ["--fix"]
@@ -38,7 +38,7 @@ repos:
3838
exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
3939
types: [python]
4040
- repo: https://github.com/PyCQA/isort
41-
rev: 8.0.1
41+
rev: 9.0.0a3
4242
hooks:
4343
- id: isort
4444
exclude: doc/data/messages/
@@ -130,7 +130,7 @@ repos:
130130
files: ^(doc/(.*/)*.*\.rst)
131131
additional_dependencies: ["Sphinx==7.4.3"]
132132
- repo: https://github.com/pre-commit/mirrors-mypy
133-
rev: v1.20.1
133+
rev: v1.20.2
134134
hooks:
135135
- id: mypy
136136
name: mypy

0 commit comments

Comments
 (0)