File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ default_language_version:
33exclude : ' ^.github/'
44repos :
55- repo : https://github.com/charliermarsh/ruff-pre-commit
6- rev : v0.0.287
6+ rev : v0.1.3
77 hooks :
88 - id : ruff
99 args : [--fix]
1010- repo : https://github.com/pre-commit/pre-commit-hooks
11- rev : v4.4 .0
11+ rev : v4.5 .0
1212 hooks :
1313 - id : check-yaml
1414 - id : fix-encoding-pragma
1515 args : [--remove]
1616 - id : end-of-file-fixer
1717 - id : trailing-whitespace
1818- repo : https://github.com/psf/black
19- rev : 23.7.0
19+ rev : 23.10.1
2020 hooks :
2121 - id : black
2222- repo : https://github.com/asottile/blacken-docs
4646 - id : rst-directive-colons
4747 - id : rst-inline-touching-normal
4848- repo : https://github.com/pre-commit/mirrors-mypy
49- rev : v1.5 .1
49+ rev : v1.6 .1
5050 hooks :
5151 - id : mypy
5252 files : ^src/
5555 - types-pkg_resources==0.1.2
5656 - types-paramiko
5757- repo : https://github.com/codespell-project/codespell
58- rev : v2.2.5
58+ rev : v2.2.6
5959 hooks :
6060 - id : codespell
6161 stages : [commit, commit-msg]
You can’t perform that action at this time.
0 commit comments