@@ -140,7 +140,7 @@ Here is the snippet to add the formatter to your `.pre-commit-config.yml`
140140
141141` ` ` yaml
142142- repo: https://github.com/astral-sh/ruff-pre-commit
143- rev: "v0.14.11 "
143+ rev: "v0.15.0 "
144144 hooks:
145145 # id: ruff-check would go here if using both
146146 - id: ruff-format
@@ -170,7 +170,7 @@ Here is the snippet to add Black to your `.pre-commit-config.yml`:
170170
171171```yaml
172172- repo: https://github.com/psf/black-pre-commit-mirror
173- rev: "25.12 .0"
173+ rev: "26.1 .0"
174174 hooks:
175175 - id: black
176176```
@@ -230,7 +230,7 @@ pre-commit hook.
230230
231231` ` ` yaml
232232- repo : https://github.com/astral-sh/ruff-pre-commit
233- rev : " v0.14.11 "
233+ rev : " v0.15.0 "
234234 hooks :
235235 - id : ruff-check
236236 args : ["--fix", "--show-fixes"]
@@ -786,7 +786,7 @@ integration.
786786
787787` ` ` yaml
788788- repo: https://github.com/crate-ci/typos
789- rev: "v1.42.0 "
789+ rev: "v1.43.3 "
790790 hooks:
791791 - id: typos
792792 args: []
@@ -895,7 +895,7 @@ number of different file types. An example of usage:
895895
896896` ` ` yaml
897897- repo: https://github.com/rbubley/mirrors-prettier
898- rev: "v3.7.4 "
898+ rev: "v3.8.1 "
899899 hooks:
900900 - id: prettier
901901 types_or: [yaml, markdown, html, css, scss, javascript, json]
@@ -929,7 +929,7 @@ can even get all [SchemaStore][]'s plugins with the
929929
930930` ` ` yaml
931931- repo: https://github.com/abravalheri/validate-pyproject
932- rev: "v0.24.1 "
932+ rev: "v0.25 "
933933 hooks:
934934 - id: validate-pyproject
935935 additional_dependencies: ["validate-pyproject-schema-store[all]"]
@@ -943,7 +943,7 @@ schemas, and you can load them via URL. It work on JSON, YAML, and TOML.
943943
944944` ` ` yaml
945945- repo: https://github.com/python-jsonschema/check-jsonschema
946- rev: "0.36.0 "
946+ rev: "0.36.1 "
947947 hooks:
948948 - id: check-dependabot
949949 - id: check-github-workflows
@@ -1014,7 +1014,7 @@ You also might like the following hook, which cleans Jupyter outputs:
10141014
10151015` ` ` yaml
10161016- repo: https://github.com/kynan/nbstripout
1017- rev: "0.8.2 "
1017+ rev: "0.9.0 "
10181018 hooks:
10191019 - id: nbstripout
10201020` ` `
0 commit comments