Skip to content

Commit 2045282

Browse files
committed
pre-commit: increase vermin version
Problem: vermin did not detect some "obvious" version incompatability issues. Update the pre-commit check version of vermin from 1.4.2 to 1.5.1.
1 parent 5b0897b commit 2045282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
types: [python]
4040
entry: ./scripts/run_mypy.sh
4141
- repo: https://github.com/netromdk/vermin
42-
rev: v1.4.2
42+
rev: v1.5.1
4343
hooks:
4444
- id: vermin
4545
args: ['-t=3.6-', '--violations']

0 commit comments

Comments
 (0)