44
55repos :
66 - repo : https://github.com/adamchainz/blacken-docs
7- rev : " 1.16.0 "
7+ rev : " 1.19.1 "
88 hooks :
99 - id : blacken-docs
1010 additional_dependencies : [black==23.*]
1111
1212 - repo : https://github.com/pre-commit/pre-commit-hooks
13- rev : " v4.5 .0"
13+ rev : " v5.0 .0"
1414 hooks :
1515 - id : check-added-large-files
1616 - id : check-case-conflict
@@ -34,22 +34,22 @@ repos:
3434 - id : python-check-mock-methods
3535
3636 - repo : https://github.com/pre-commit/mirrors-prettier
37- rev : " v3.1.0 "
37+ rev : " v4.0.0-alpha.8 "
3838 hooks :
3939 - id : prettier
4040 exclude : tests/testFiles/
4141 types_or : [yaml, markdown, html, css, scss, javascript, json]
4242 args : ["--prose-wrap=preserve", "--print-width=120"]
4343
4444 - repo : https://github.com/astral-sh/ruff-pre-commit
45- rev : " v0.1.14 "
45+ rev : " v0.8.3 "
4646 hooks :
4747 - id : ruff
4848 args : ["--fix", "--show-fixes"]
4949 - id : ruff-format
5050
5151 - repo : https://github.com/pre-commit/mirrors-mypy
52- rev : " v1.8 .0"
52+ rev : " v1.13 .0"
5353 hooks :
5454 - id : mypy
5555 files : src|tests
@@ -66,13 +66,13 @@ repos:
6666 - " matplotlib >=3.3.2"
6767
6868 - repo : https://github.com/codespell-project/codespell
69- rev : " v2.2.6 "
69+ rev : " v2.3.0 "
7070 hooks :
7171 - id : codespell
7272 additional_dependencies : [tomli]
7373
7474 - repo : https://github.com/shellcheck-py/shellcheck-py
75- rev : " v0.9 .0.6 "
75+ rev : " v0.10 .0.1 "
7676 hooks :
7777 - id : shellcheck
7878
@@ -85,13 +85,13 @@ repos:
8585 exclude : .pre-commit-config.yaml
8686
8787 - repo : https://github.com/abravalheri/validate-pyproject
88- rev : " v0.16 "
88+ rev : " v0.23 "
8989 hooks :
9090 - id : validate-pyproject
9191 additional_dependencies : ["validate-pyproject-schema-store[all]"]
9292
9393 - repo : https://github.com/python-jsonschema/check-jsonschema
94- rev : " 0.27.3 "
94+ rev : " 0.30.0 "
9595 hooks :
9696 - id : check-dependabot
9797 - id : check-github-workflows
0 commit comments