Skip to content

Commit 4448906

Browse files
[pre-commit.ci] pre-commit autoupdate (#2893)
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 f278fa1 commit 4448906

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.14.6"
13+
rev: "v0.14.7"
1414
hooks:
1515
- id: ruff-check
1616
args: ["--fix"]
@@ -68,15 +68,15 @@ repos:
6868
]
6969
stages: [manual]
7070
- repo: https://github.com/pre-commit/mirrors-mypy
71-
rev: v1.18.2
71+
rev: v1.19.0
7272
hooks:
7373
- id: mypy
7474
language: python
7575
pass_filenames: false
7676
require_serial: true
7777
additional_dependencies: ["types-typed-ast"]
7878
- repo: https://github.com/rbubley/mirrors-prettier
79-
rev: v3.6.2
79+
rev: v3.7.3
8080
hooks:
8181
- id: prettier
8282
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)