Skip to content

Commit 177e130

Browse files
committed
Use vermin to check compat with older Pythons
1 parent ed8db72 commit 177e130

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ repos:
1919
hooks:
2020
- id: ruff
2121
args: [--fix, --exit-non-zero-on-fix]
22+
- repo: https://github.com/netromdk/vermin
23+
rev: v1.5.2
24+
hooks:
25+
- id: vermin
26+
args: ['-t=3.8-', '--violations']

0 commit comments

Comments
 (0)