Skip to content

Commit e9b60df

Browse files
chore(deps): update pre-commit hooks
updates: - [github.com/rbubley/mirrors-prettier: v3.9.4 → v3.9.6](rbubley/mirrors-prettier@v3.9.4...v3.9.6) - [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.16.1](astral-sh/ruff-pre-commit@v0.15.20...v0.16.1) - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](codespell-project/codespell@v2.4.2...v2.4.3)
1 parent b36b962 commit e9b60df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ repos:
3636
- id: rst-inline-touching-normal
3737

3838
- repo: https://github.com/rbubley/mirrors-prettier
39-
rev: "v3.9.4"
39+
rev: "v3.9.6"
4040
hooks:
4141
- id: prettier
4242
types_or: [yaml, markdown, html, css, scss, javascript, json]
4343
args: [--prose-wrap=always]
4444

4545
- repo: https://github.com/astral-sh/ruff-pre-commit
46-
rev: "v0.15.20"
46+
rev: "v0.16.1"
4747
hooks:
4848
- id: ruff-check
4949
args: ["--fix"]
@@ -60,7 +60,7 @@ repos:
6060
# - pytest
6161

6262
- repo: https://github.com/codespell-project/codespell
63-
rev: "v2.4.2"
63+
rev: "v2.4.3"
6464
hooks:
6565
- id: codespell
6666
additional_dependencies:

0 commit comments

Comments
 (0)