Skip to content

Commit a31bdc4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.5](astral-sh/ruff-pre-commit@v0.4.4...v0.4.5) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](v2.2.6...v2.3.0)
1 parent 8097264 commit a31bdc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repos:
5858
- -d
5959
- "{extends: relaxed, rules: {line-length: {max: 90}}}"
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.4.4
61+
rev: v0.4.5
6262
hooks:
6363
- id: ruff
6464
- id: ruff-format
@@ -68,7 +68,7 @@ repos:
6868
- id: prettier
6969
types_or: [yaml, markdown, html, css, scss, javascript, json]
7070
- repo: https://github.com/codespell-project/codespell
71-
rev: v2.2.6
71+
rev: v2.3.0
7272
hooks:
7373
- id: codespell
7474
args: [--toml, pyproject-codespell.precommit-toml]

0 commit comments

Comments
 (0)