1
1
---
2
2
repos :
3
3
- repo : https://github.com/psf/black
4
- rev : 22.3.0
4
+ rev : 23.12.1
5
5
hooks :
6
6
- id : black
7
- args : [--safe, --quiet, --target-version, py36 ]
7
+ args : [--safe, --quiet, --target-version, py37 ]
8
8
- repo : https://github.com/asottile/blacken-docs
9
- rev : v1.12.1
9
+ rev : 1.16.0
10
10
hooks :
11
11
- id : blacken-docs
12
- additional_dependencies : [black==20.8b1 ]
12
+ additional_dependencies : [black==23.12.1 ]
13
13
- repo : https://github.com/pre-commit/pre-commit-hooks
14
- rev : v4.2 .0
14
+ rev : v4.5 .0
15
15
hooks :
16
16
- id : trailing-whitespace
17
17
- id : end-of-file-fixer
@@ -21,34 +21,30 @@ repos:
21
21
- id : debug-statements
22
22
language_version : python3
23
23
- repo : https://github.com/PyCQA/flake8
24
- rev : 4 .0.1
24
+ rev : 7 .0.0
25
25
hooks :
26
26
- id : flake8
27
27
language_version : python3
28
- additional_dependencies : [flake8-typing-imports==1.3.0]
29
- - repo : https://github.com/FalconSocial/pre-commit-mirrors-pep257
30
- rev : v0.3.3
31
- hooks :
32
- - id : pep257
28
+ additional_dependencies : [flake8-typing-imports==1.15.0]
33
29
- repo : https://github.com/PyCQA/flake8
34
- rev : 4 .0.1
30
+ rev : 7 .0.0
35
31
hooks :
36
32
- id : flake8
37
33
language_version : python3
38
34
- repo : https://github.com/asottile/reorder_python_imports
39
- rev : v3.1 .0
35
+ rev : v3.12 .0
40
36
hooks :
41
37
- id : reorder-python-imports
42
38
- repo : https://github.com/asottile/pyupgrade
43
- rev : v2.32.1
39
+ rev : v3.15.0
44
40
hooks :
45
41
- id : pyupgrade
46
- args : [--keep-percent-format, --py36 -plus]
42
+ args : [--keep-percent-format, --py37 -plus]
47
43
- repo : https://github.com/pre-commit/pygrep-hooks
48
- rev : v1.9 .0
44
+ rev : v1.10 .0
49
45
hooks :
50
46
- id : rst-backticks
51
47
- repo : https://github.com/adrienverge/yamllint.git
52
- rev : v1.26.3
48
+ rev : v1.33.0
53
49
hooks :
54
50
- id : yamllint
0 commit comments