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 909f61c commit df614e6Copy full SHA for df614e6
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ default_language_version:
2
python: python3.10
3
repos:
4
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: check-yaml
8
args:
@@ -32,7 +32,7 @@ repos:
32
33
- id: absolufy-imports
34
- repo: 'https://github.com/hadialqattan/pycln'
35
- rev: v2.4.0
+ rev: v2.5.0
36
37
- id: pycln
38
@@ -50,7 +50,7 @@ repos:
50
- '--python-version'
51
- '39'
52
- repo: 'https://github.com/psf/black'
53
- rev: 24.8.0
+ rev: 24.10.0
54
55
- id: black
56
@@ -78,7 +78,7 @@ repos:
78
stages:
79
- manual
80
- repo: 'https://github.com/pre-commit/mirrors-mypy'
81
- rev: v1.11.1
+ rev: v1.14.1
82
83
- id: mypy
84
0 commit comments