Skip to content

Commit c69dbf8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.7...v0.14.10) - [github.com/rbubley/mirrors-prettier: v3.7.3 → v3.7.4](rbubley/mirrors-prettier@v3.7.3...v3.7.4) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1)
1 parent a9fe3fe commit c69dbf8

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.7
61+
rev: v0.14.10
6262
hooks:
6363
- id: ruff-check
6464
- id: ruff-format
6565
- repo: https://github.com/rbubley/mirrors-prettier
66-
rev: v3.7.3
66+
rev: v3.7.4
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.19.0
82+
rev: v1.19.1
8383
hooks:
8484
- id: mypy
8585
args: ["--config-file", "pyproject.toml"]

0 commit comments

Comments
 (0)