File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/psf/black
3
- rev : 23.12.1
3
+ rev : 24.4.2
4
4
hooks :
5
5
- id : black
6
6
args : [--safe, --quiet]
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.5 .0
8
+ rev : v4.6 .0
9
9
hooks :
10
10
- id : trailing-whitespace
11
11
- id : end-of-file-fixer
14
14
- id : check-yaml
15
15
- id : debug-statements
16
16
- repo : https://github.com/pycqa/flake8
17
- rev : 6.1 .0
17
+ rev : 7.0 .0
18
18
hooks :
19
19
- id : flake8
20
20
additional_dependencies :
@@ -25,16 +25,16 @@ repos:
25
25
- id : reorder-python-imports
26
26
args : ['--application-directories=.:src']
27
27
- repo : https://github.com/asottile/pyupgrade
28
- rev : v3.15.0
28
+ rev : v3.15.2
29
29
hooks :
30
30
- id : pyupgrade
31
31
args : [--py37-plus]
32
32
33
33
- repo : https://github.com/tox-dev/pyproject-fmt
34
- rev : " 1.5 .3"
34
+ rev : " 2.1 .3"
35
35
hooks :
36
36
- id : pyproject-fmt
37
37
- repo : https://github.com/pre-commit/mirrors-mypy
38
- rev : ' v1.8 .0'
38
+ rev : ' v1.10 .0'
39
39
hooks :
40
40
- id : mypy
You can’t perform that action at this time.
0 commit comments