Skip to content

Commit cc68d1a

Browse files
pre-commit-ci[bot]WhyNotHugo
authored andcommitted
[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/pre-commit/mirrors-mypy: v1.17.0 → v1.17.1](pre-commit/mirrors-mypy@v1.17.0...v1.17.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.12.10](astral-sh/ruff-pre-commit@v0.12.5...v0.12.10)
1 parent 2ba1362 commit cc68d1a

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: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
args: [--markdown-linebreak-ext=md]
@@ -9,7 +9,7 @@ repos:
99
- id: check-added-large-files
1010
- id: debug-statements
1111
- repo: https://github.com/pre-commit/mirrors-mypy
12-
rev: v1.17.0
12+
rev: v1.17.1
1313
hooks:
1414
- id: mypy
1515
additional_dependencies:
@@ -19,7 +19,7 @@ repos:
1919
- types-setuptools
2020
- types-python-dateutil
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: 'v0.12.5'
22+
rev: 'v0.12.10'
2323
hooks:
2424
- id: ruff
2525
args: ["--fix"]

0 commit comments

Comments
 (0)