File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,23 @@ default_language_version:
5
5
python : python3.10
6
6
repos :
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.3 .0 # Use the ref you want to point at
8
+ rev : v4.4 .0 # Use the ref you want to point at
9
9
hooks :
10
10
- id : trailing-whitespace
11
11
- id : check-yaml
12
12
- id : end-of-file-fixer
13
13
- id : trailing-whitespace
14
14
- id : check-executables-have-shebangs
15
15
- repo : https://github.com/psf/black
16
- rev : 22.8 .0
16
+ rev : 22.10 .0
17
17
hooks :
18
18
- id : black
19
19
- repo : https://github.com/pycqa/flake8
20
- rev : 5 .0.4
20
+ rev : 6 .0.0
21
21
hooks :
22
22
- id : flake8
23
23
- repo : https://github.com/pre-commit/mirrors-mypy
24
- rev : v0.971
24
+ rev : v0.991
25
25
hooks :
26
26
- id : mypy
27
27
# empty args needed in order to match mypy cli behavior
33
33
- types-setuptools
34
34
- types-docutils
35
35
- repo : https://github.com/PyCQA/pylint
36
- rev : v2.15.3
36
+ rev : v2.15.6
37
37
hooks :
38
38
- id : pylint
39
39
additional_dependencies :
You can’t perform that action at this time.
0 commit comments