@@ -4,7 +4,7 @@ exclude: ^(\.[^/]*cache/.*)$
44repos :
55 - repo : https://github.com/executablebooks/mdformat
66 # Do this before other tools "fixing" the line endings
7- rev : 0.7.17
7+ rev : 1.0.0
88 hooks :
99 - id : mdformat
1010 name : Format Markdown
2323 - mdformat-gfm
2424 - setuptools
2525 - repo : https://github.com/pre-commit/pre-commit-hooks
26- rev : v4.5 .0
26+ rev : v6.0 .0
2727 hooks :
2828 - id : no-commit-to-branch
2929 args : [--branch, test_branch]
@@ -45,21 +45,21 @@ repos:
4545 - id : check-case-conflict
4646 # - id: check-toml
4747 - repo : https://github.com/adrienverge/yamllint.git
48- rev : v1.32 .0
48+ rev : v1.38 .0
4949 hooks :
5050 - id : yamllint
5151 args :
5252 - --no-warnings
5353 - -d
5454 - ' {extends: relaxed, rules: {line-length: {max: 90}}}'
5555 - repo : https://github.com/lovesegfault/beautysh.git
56- rev : v6.2.1
56+ rev : v6.4.3
5757 hooks :
5858 - id : beautysh
5959 additional_dependencies :
6060 - setuptools # workaround for beautysh
6161 - repo : https://github.com/codespell-project/codespell
62- rev : v2.2.6
62+ rev : v2.4.2
6363 hooks :
6464 - id : codespell
6565 args :
6969 - --skip="./.*"
7070 - --quiet-level=2
7171 - repo : https://github.com/asottile/pyupgrade
72- rev : v3.15.0
72+ rev : v3.21.2
7373 hooks :
7474 - id : pyupgrade
7575 args : [--py37-plus]
@@ -85,12 +85,12 @@ repos:
8585 - id : autoflake8
8686 args : [-i, -r, --expand-star-imports]
8787 - repo : https://github.com/psf/black
88- rev : 23.11.0
88+ rev : 26.5.1
8989 hooks :
9090 - id : black
9191 args : [--safe, --quiet, -l 79]
9292 - repo : https://github.com/PyCQA/flake8
93- rev : 6.1 .0
93+ rev : 7.3 .0
9494 hooks :
9595 - id : flake8
9696 args : [--ignore, 'E203']
@@ -102,20 +102,20 @@ repos:
102102 - pycodestyle
103103 - pyflakes
104104 - repo : https://github.com/PyCQA/isort
105- rev : 5.12.0
105+ rev : 9.0.0b1
106106 hooks :
107107 - id : isort
108108 args : [--profile, black]
109109 - repo : https://github.com/pylint-dev/pylint
110- rev : v3 .0.3
110+ rev : v4 .0.6
111111 hooks :
112112 - id : pylint
113113 additional_dependencies :
114114 - regex
115115 - requests
116116 - pytest
117117 - repo : https://github.com/pre-commit/mirrors-mypy
118- rev : v1.7.1
118+ rev : v2.3.0
119119 hooks :
120120 - id : mypy
121121 args :
0 commit comments