@@ -10,12 +10,12 @@ repos:
10
10
pass_filenames : false
11
11
stages :
12
12
- commit
13
- - repo : https://github.com/pre-commit/mirrors- isort
14
- rev : v5.4.2
13
+ - repo : https://github.com/PyCQA/ isort
14
+ rev : 5.10.1
15
15
hooks :
16
16
- id : isort
17
17
- repo : https://github.com/markdownlint/markdownlint
18
- rev : v0.10 .0
18
+ rev : v0.11 .0
19
19
hooks :
20
20
- id : markdownlint
21
21
name : Markdownlint
@@ -24,12 +24,12 @@ repos:
24
24
language : ruby
25
25
files : \.(md|mdown|markdown)$
26
26
- repo : https://github.com/psf/black
27
- rev : 19.10b0
27
+ rev : 22.1.0
28
28
hooks :
29
29
- id : black
30
30
language_version : python3
31
31
- repo : https://github.com/pre-commit/pre-commit-hooks
32
- rev : v3.2 .0
32
+ rev : v4.1 .0
33
33
hooks :
34
34
- id : check-byte-order-marker
35
35
- id : check-executables-have-shebangs
@@ -40,14 +40,14 @@ repos:
40
40
- id : mixed-line-ending
41
41
- id : trailing-whitespace
42
42
- repo : https://github.com/adrienverge/yamllint.git
43
- rev : v1.24.2
43
+ rev : v1.26.3
44
44
hooks :
45
45
- id : yamllint
46
46
files : \.(yaml|yml)$
47
47
types : [file, yaml]
48
48
entry : yamllint --strict
49
- - repo : https://gitlab .com/pycqa /flake8.git
50
- rev : 3.8.3
49
+ - repo : https://github .com/PyCQA /flake8
50
+ rev : 4.0.1
51
51
hooks :
52
52
- id : flake8
53
53
language_version : python3
@@ -56,14 +56,14 @@ repos:
56
56
- flake8-docstrings>=1.5.0
57
57
- flake8-pytest-style>=1.2.2
58
58
- repo : https://github.com/pre-commit/mirrors-mypy
59
- rev : v0.782
59
+ rev : v0.931
60
60
hooks :
61
61
- id : mypy
62
62
# empty args needed in order to match mypy cli behavior
63
63
args : []
64
64
additional_dependencies :
65
65
- Sphinx>=3.1.2
66
66
- repo : https://github.com/pre-commit/mirrors-pylint
67
- rev : v2.5.3
67
+ rev : v3.0.0a4
68
68
hooks :
69
69
- id : pylint
0 commit comments