We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9546c40 commit dc9abcfCopy full SHA for dc9abcf
.pre-commit-config.yaml
@@ -32,7 +32,7 @@ repos:
32
hooks:
33
- id: absolufy-imports
34
- repo: 'https://github.com/hadialqattan/pycln'
35
- rev: v2.1.3
+ rev: v2.1.5
36
37
- id: pycln
38
args:
@@ -50,7 +50,7 @@ repos:
50
- '--python-version'
51
- '39'
52
- repo: 'https://github.com/psf/black'
53
- rev: 23.3.0
+ rev: 23.7.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.3.0
+ rev: v1.4.1
82
83
- id: mypy
84
0 commit comments