Skip to content

Commit 45ec270

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.5](astral-sh/ruff-pre-commit@v0.15.4...v0.15.5) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](v2.4.1...v2.4.2)
1 parent c25f146 commit 45ec270

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.15.4
61+
rev: v0.15.5
6262
hooks:
6363
- id: ruff-check
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.4.1
71+
rev: v2.4.2
7272
hooks:
7373
- id: codespell
7474
args: [--toml, pyproject-codespell.precommit-toml]

0 commit comments

Comments
 (0)