Skip to content

Commit ff58560

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.3...v0.14.7) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.3](rbubley/mirrors-prettier@v3.6.2...v3.7.3) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0)
1 parent 0eff305 commit ff58560

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
@@ -58,12 +58,12 @@ repos:
5858
- -d
5959
- "{extends: relaxed, rules: {line-length: {max: 90}}}"
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.14.3
61+
rev: v0.14.7
6262
hooks:
6363
- id: ruff-check
6464
- id: ruff-format
6565
- repo: https://github.com/rbubley/mirrors-prettier
66-
rev: v3.6.2
66+
rev: v3.7.3
6767
hooks:
6868
- id: prettier
6969
types_or: [yaml, markdown, html, css, scss, javascript, json]
@@ -79,7 +79,7 @@ repos:
7979
hooks:
8080
- id: validate-pyproject
8181
- repo: https://github.com/pre-commit/mirrors-mypy
82-
rev: v1.18.2
82+
rev: v1.19.0
8383
hooks:
8484
- id: mypy
8585
args: ["--config-file", "pyproject.toml"]

0 commit comments

Comments
 (0)