Skip to content

Commit be3971b

Browse files
chore: pre-commit autoupdate (#508)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.2](astral-sh/ruff-pre-commit@v0.11.12...v0.12.2) - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.6.2](rbubley/mirrors-prettier@v3.5.3...v3.6.2) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 56ac5f6 commit be3971b

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
@@ -17,7 +17,7 @@ exclude: |
1717
)$
1818
repos:
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: "v0.11.12"
20+
rev: "v0.12.2"
2121
hooks:
2222
- id: ruff
2323
args: [--fix, --exit-non-zero-on-fix]
@@ -28,7 +28,7 @@ repos:
2828
# - id: toml-sort-fix
2929
- repo: https://github.com/rbubley/mirrors-prettier
3030
# keep it before yamllint
31-
rev: "v3.5.3"
31+
rev: "v3.6.2"
3232
hooks:
3333
- id: prettier
3434
additional_dependencies:
@@ -79,7 +79,7 @@ repos:
7979
- id: black
8080
language_version: python3
8181
- repo: https://github.com/pre-commit/mirrors-mypy
82-
rev: v1.16.0
82+
rev: v1.16.1
8383
hooks:
8484
- id: mypy
8585
# empty args needed in order to match mypy cli behavior

0 commit comments

Comments
 (0)