Skip to content

Commit fe38308

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.11.4](astral-sh/ruff-pre-commit@v0.6.2...v0.11.4) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.15.0](pre-commit/mirrors-mypy@v1.11.2...v1.15.0)
1 parent 464dbd7 commit fe38308

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-ast
@@ -16,12 +16,12 @@ repos:
1616
- id: mixed-line-ending
1717
- id: requirements-txt-fixer
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.6.2
19+
rev: v0.11.4
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --exclude=docs/*]
2323
- id: ruff-format
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.11.2
25+
rev: v1.15.0
2626
hooks:
2727
- id: mypy

0 commit comments

Comments
 (0)