We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9546c40 commit 321295dCopy full SHA for 321295d
.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.2.1
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
@@ -66,7 +66,7 @@ repos:
66
- '--check'
67
- '--diff'
68
- repo: 'https://github.com/pycqa/flake8'
69
- rev: 6.0.0
+ rev: 6.1.0
70
71
- id: flake8
72
@@ -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