Skip to content

Commit 2ce098d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.14.3](astral-sh/ruff-pre-commit@v0.4.4...v0.14.3) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.18.2](pre-commit/mirrors-mypy@v1.10.0...v1.18.2)
1 parent efe3ecf commit 2ce098d

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
@@ -5,15 +5,15 @@ exclude: >
55
)$
66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.4.4
8+
rev: v0.14.3
99
hooks:
1010
- id: ruff
1111
args:
1212
- --fix
1313
- id: ruff-format
1414

1515
- repo: "https://github.com/pre-commit/pre-commit-hooks"
16-
rev: "v4.6.0"
16+
rev: "v6.0.0"
1717
hooks:
1818
- id: "end-of-file-fixer"
1919
- id: "trailing-whitespace"
@@ -27,7 +27,7 @@ repos:
2727
- id: prettier
2828
types_or: [css, yaml, markdown, json]
2929
- repo: "https://github.com/pre-commit/mirrors-mypy"
30-
rev: "v1.10.0"
30+
rev: "v1.18.2"
3131
hooks:
3232
- id: "mypy"
3333
name: "Check type hints (mypy)"

0 commit comments

Comments
 (0)