Skip to content

Commit a9e53f2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v1.7.0 → v1.15.0](pre-commit/mirrors-mypy@v1.7.0...v1.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.11.5](astral-sh/ruff-pre-commit@v0.1.5...v0.11.5) - [github.com/netromdk/vermin: v1.5.2 → v1.6.0](netromdk/vermin@v1.5.2...v1.6.0)
1 parent 50246d2 commit a9e53f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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.5.0
3+
rev: v5.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.7.0
12+
rev: v1.15.0
1313
hooks:
1414
- id: mypy
1515
additional_dependencies:
@@ -19,12 +19,12 @@ repos:
1919
- types-setuptools
2020
- types-python-dateutil
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: 'v0.1.5'
22+
rev: 'v0.11.5'
2323
hooks:
2424
- id: ruff
2525
args: ["--fix"]
2626
- repo: https://github.com/netromdk/vermin
27-
rev: v1.5.2
27+
rev: v1.6.0
2828
hooks:
2929
- id: vermin
3030
args: ['-t=3.9-', '--violations']

0 commit comments

Comments
 (0)