Skip to content

Commit ca8b9ea

Browse files
[pre-commit.ci] pre-commit autoupdate (#293)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.5](astral-sh/ruff-pre-commit@v0.15.2...v0.15.5) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7631484 commit ca8b9ea

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.15.2
3+
rev: v0.15.5
44
hooks:
55
- id: ruff
66
name: ruff linter
@@ -9,7 +9,7 @@ repos:
99
name: ruff formatter
1010

1111
- repo: https://github.com/codespell-project/codespell
12-
rev: v2.4.1
12+
rev: v2.4.2
1313
hooks:
1414
- id: codespell
1515
additional_dependencies: [tomli]

0 commit comments

Comments
 (0)