@@ -10,12 +10,12 @@ repos:
1010 pass_filenames : false
1111 stages :
1212 - 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
1515 hooks :
1616 - id : isort
1717 - repo : https://github.com/markdownlint/markdownlint
18- rev : v0.10 .0
18+ rev : v0.11 .0
1919 hooks :
2020 - id : markdownlint
2121 name : Markdownlint
@@ -24,12 +24,12 @@ repos:
2424 language : ruby
2525 files : \.(md|mdown|markdown)$
2626 - repo : https://github.com/psf/black
27- rev : 19.10b0
27+ rev : 22.3.0
2828 hooks :
2929 - id : black
3030 language_version : python3
3131 - repo : https://github.com/pre-commit/pre-commit-hooks
32- rev : v3 .2.0
32+ rev : v4 .2.0
3333 hooks :
3434 - id : check-byte-order-marker
3535 - id : check-executables-have-shebangs
@@ -40,14 +40,14 @@ repos:
4040 - id : mixed-line-ending
4141 - id : trailing-whitespace
4242 - repo : https://github.com/adrienverge/yamllint.git
43- rev : v1.24.2
43+ rev : v1.26.3
4444 hooks :
4545 - id : yamllint
4646 files : \.(yaml|yml)$
4747 types : [file, yaml]
4848 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
5151 hooks :
5252 - id : flake8
5353 language_version : python3
@@ -56,14 +56,14 @@ repos:
5656 - flake8-docstrings>=1.5.0
5757 - flake8-pytest-style>=1.2.2
5858 - repo : https://github.com/pre-commit/mirrors-mypy
59- rev : v0.782
59+ rev : v0.960
6060 hooks :
6161 - id : mypy
6262 # empty args needed in order to match mypy cli behavior
6363 args : []
6464 additional_dependencies :
6565 - Sphinx>=3.1.2
6666 - repo : https://github.com/pre-commit/mirrors-pylint
67- rev : v2.5.3
67+ rev : v3.0.0a4
6868 hooks :
6969 - id : pylint
0 commit comments