Skip to content

Commit 8b089f9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.7.0 → v1.8.0](pre-commit/mirrors-mypy@v1.7.0...v1.8.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.5...v0.1.9) - [github.com/netromdk/vermin: v1.5.2 → v1.6.0](netromdk/vermin@v1.5.2...v1.6.0)
1 parent 214886d commit 8b089f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -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.8.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.1.9'
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)