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 5f05ecd commit d838ecbCopy full SHA for d838ecb
.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:
@@ -38,7 +38,7 @@ repos:
38
39
- '--all'
40
- repo: 'https://github.com/pycqa/isort'
41
- rev: 5.13.2
+ rev: 6.0.1
42
43
- id: isort
44
@@ -50,7 +50,7 @@ repos:
50
- '--python-version'
51
- '39'
52
- repo: 'https://github.com/psf/black'
53
- rev: 24.8.0
+ rev: 25.1.0
54
55
- id: black
56
@@ -66,7 +66,7 @@ repos:
66
- '--check'
67
- '--diff'
68
- repo: 'https://github.com/pycqa/flake8'
69
- rev: 7.1.1
+ rev: 7.1.2
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.11.1
+ rev: v1.15.0
82
83
- id: mypy
84
0 commit comments