Skip to content

Commit ddbb947

Browse files
[pre-commit.ci] pre-commit autoupdate (#10765)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.6...v0.14.7) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.3](rbubley/mirrors-prettier@v3.6.2...v3.7.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6b7c5b5 commit ddbb947

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
@@ -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.14.6"
23+
rev: "v0.14.7"
2424
hooks:
2525
- id: ruff-check
2626
args: ["--fix"]
@@ -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.18.2
133+
rev: v1.19.0
134134
hooks:
135135
- id: mypy
136136
name: mypy
@@ -139,7 +139,7 @@ repos:
139139
["isort>=5", "platformdirs==2.2.0", "py==1.11", "tomlkit>=0.10.1"]
140140
exclude: tests(/\w*)*/functional/|tests/input|tests(/.*)+/conftest.py|doc/data/messages|tests(/\w*)*data/
141141
- repo: https://github.com/rbubley/mirrors-prettier
142-
rev: v3.6.2
142+
rev: v3.7.3
143143
hooks:
144144
- id: prettier
145145
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)