We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9108e commit 3fe5905Copy full SHA for 3fe5905
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
- id: check-added-large-files
10
- id: debug-statements
11
- repo: https://github.com/pre-commit/mirrors-mypy
12
- rev: v1.7.0
+ rev: v1.8.0
13
hooks:
14
- id: mypy
15
additional_dependencies:
@@ -20,12 +20,12 @@ repos:
20
- types-setuptools
21
- types-python-dateutil
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: 'v0.1.5'
+ rev: 'v0.2.2'
24
25
- id: ruff
26
args: ["--fix"]
27
- repo: https://github.com/netromdk/vermin
28
- rev: v1.5.2
+ rev: v1.6.0
29
30
- id: vermin
31
args: ['-t=3.8-', '--violations']
0 commit comments