Skip to content

Commit 0ffa0dd

Browse files
chore(deps): update pre-commit hooks (#303)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.7...v0.14.10) - [github.com/rbubley/mirrors-prettier: v3.7.3 → v3.7.4](rbubley/mirrors-prettier@v3.7.3...v3.7.4) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) - [github.com/henryiii/validate-pyproject-schema-store: 2025.11.21 → 2026.01.02](henryiii/validate-pyproject-schema-store@2025.11.21...2026.01.02) - [github.com/python-jsonschema/check-jsonschema: 0.35.0 → 0.36.0](python-jsonschema/check-jsonschema@0.35.0...0.36.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5783374 commit 0ffa0dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ repos:
1111
additional_dependencies: [black==24.*]
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.14.7"
14+
rev: "v0.14.10"
1515
hooks:
1616
- id: ruff-check
1717
args: ["--fix", "--show-fixes"]
1818
- id: ruff-format
1919

2020
- repo: https://github.com/rbubley/mirrors-prettier
21-
rev: "v3.7.3"
21+
rev: "v3.7.4"
2222
hooks:
2323
- id: prettier
2424
types_or: [yaml, markdown, html, css, scss, javascript, json]
@@ -45,7 +45,7 @@ repos:
4545
- id: rst-inline-touching-normal
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.19.0
48+
rev: v1.19.1
4949
hooks:
5050
- id: mypy
5151
files: (src|web|tests)
@@ -79,12 +79,12 @@ repos:
7979
exclude: .pre-commit-config.yaml
8080

8181
- repo: https://github.com/henryiii/validate-pyproject-schema-store
82-
rev: 2025.11.21
82+
rev: 2026.01.02
8383
hooks:
8484
- id: validate-pyproject
8585

8686
- repo: https://github.com/python-jsonschema/check-jsonschema
87-
rev: 0.35.0
87+
rev: 0.36.0
8888
hooks:
8989
- id: check-dependabot
9090
- id: check-github-workflows

0 commit comments

Comments
 (0)