Skip to content

Commit 2935332

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/pre-commit/mirrors-mypy: v1.7.0 → v1.10.0](pre-commit/mirrors-mypy@v1.7.0...v1.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.4.4](astral-sh/ruff-pre-commit@v0.1.5...v0.4.4) - [github.com/netromdk/vermin: v1.5.2 → v1.6.0](netromdk/vermin@v1.5.2...v1.6.0)
1 parent 572d5e4 commit 2935332

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: v4.6.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.10.0
1313
hooks:
1414
- id: mypy
1515
additional_dependencies:
@@ -20,12 +20,12 @@ repos:
2020
- types-setuptools
2121
- types-python-dateutil
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: 'v0.1.5'
23+
rev: 'v0.4.4'
2424
hooks:
2525
- id: ruff
2626
args: ["--fix"]
2727
- repo: https://github.com/netromdk/vermin
28-
rev: v1.5.2
28+
rev: v1.6.0
2929
hooks:
3030
- id: vermin
3131
args: ['-t=3.8-', '--violations']

0 commit comments

Comments
 (0)