Skip to content

Commit 4a892c6

Browse files
[pre-commit.ci] pre-commit autoupdate (#9895)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.2](astral-sh/ruff-pre-commit@v0.6.1...v0.6.2) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 23de2d5 commit 4a892c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
doc/data/messages/m/missing-final-newline/bad/crlf.py
1818
)$
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: "v0.6.1"
20+
rev: "v0.6.2"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]
@@ -129,7 +129,7 @@ repos:
129129
files: ^(doc/(.*/)*.*\.rst)
130130
additional_dependencies: [Sphinx==7.4.3]
131131
- repo: https://github.com/pre-commit/mirrors-mypy
132-
rev: v1.11.1
132+
rev: v1.11.2
133133
hooks:
134134
- id: mypy
135135
name: mypy

0 commit comments

Comments
 (0)