ops: adjust vermin to use 3.10 as the new minimum Python version

This commit is contained in:
Karim shoair
2025-07-14 05:38:16 +03:00
parent ecef751468
commit f7e1b7261e
+1 -1
View File
@@ -17,4 +17,4 @@ repos:
rev: v1.6.0
hooks:
- id: vermin
args: ['-t=3.9-', '--violations', '--eval-annotations', '--no-tips']
args: ['-t=3.10-', '--violations', '--eval-annotations', '--no-tips']