Skip to content

Commit a24034c

Browse files
⬆️🪝 update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.6...v0.9.9) - [github.com/rbubley/mirrors-prettier: v3.5.1 → v3.5.3](rbubley/mirrors-prettier@v3.5.1...v3.5.3) - [github.com/crate-ci/typos: typos-dict-v0.12.5 → v1.30.0](crate-ci/typos@typos-dict-v0.12.5...v1.30.0) - [github.com/python-jsonschema/check-jsonschema: 0.31.1 → 0.31.2](python-jsonschema/check-jsonschema@0.31.1...0.31.2) - [github.com/henryiii/validate-pyproject-schema-store: 2025.02.10 → 2025.02.24](henryiii/validate-pyproject-schema-store@2025.02.10...2025.02.24)
1 parent 61aea16 commit a24034c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repos:
5858

5959
# Python linting using ruff
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.9.6
61+
rev: v0.9.9
6262
hooks:
6363
- id: ruff
6464
args: ["--fix", "--show-fixes"]
@@ -86,14 +86,14 @@ repos:
8686

8787
# Format configuration files with prettier
8888
- repo: https://github.com/rbubley/mirrors-prettier
89-
rev: v3.5.1
89+
rev: v3.5.3
9090
hooks:
9191
- id: prettier
9292
types_or: [yaml, markdown, html, css, scss, javascript, json]
9393

9494
# Check for spelling
9595
- repo: https://github.com/crate-ci/typos
96-
rev: typos-dict-v0.12.5
96+
rev: v1.30.0
9797
hooks:
9898
- id: typos
9999

@@ -115,14 +115,14 @@ repos:
115115

116116
# Check JSON schemata
117117
- repo: https://github.com/python-jsonschema/check-jsonschema
118-
rev: 0.31.1
118+
rev: 0.31.2
119119
hooks:
120120
- id: check-dependabot
121121
- id: check-github-workflows
122122
- id: check-readthedocs
123123

124124
# Check the pyproject.toml file
125125
- repo: https://github.com/henryiii/validate-pyproject-schema-store
126-
rev: 2025.02.10
126+
rev: 2025.02.24
127127
hooks:
128128
- id: validate-pyproject

0 commit comments

Comments
 (0)