Skip to content

Commit 26eade1

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.11.5 → v0.14.2](astral-sh/ruff-pre-commit@v0.11.5...v0.14.2) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](pre-commit/mirrors-mypy@v1.15.0...v1.18.2)
1 parent dfe8d21 commit 26eade1

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,13 +1,13 @@
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: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-yaml
88
- id: check-added-large-files
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.11.5
10+
rev: v0.14.2
1111
hooks:
1212
- id: ruff
1313
args: [ --fix ]
@@ -16,7 +16,7 @@ repos:
1616
types_or: ["python"]
1717

1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: 'v1.15.0'
19+
rev: 'v1.18.2'
2020
hooks:
2121
- id: mypy
2222
additional_dependencies: ["types-tabulate", "types-requests"]

0 commit comments

Comments
 (0)