Skip to content

Commit 98034ec

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.14.1](astral-sh/ruff-pre-commit@v0.9.9...v0.14.1) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2)
1 parent 00f1915 commit 98034ec

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,19 +1,19 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
88
- id: mixed-line-ending
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: "v0.9.9"
10+
rev: "v0.14.1"
1111
hooks:
1212
- id: ruff
1313
args: ["--fix"]
1414
- id: ruff-format
1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: "v1.15.0"
16+
rev: "v1.18.2"
1717
hooks:
1818
- id: mypy
1919
additional_dependencies: ["types-PyYAML", "types-setuptools"]

0 commit comments

Comments
 (0)