Skip to content

Commit 6a879e1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.4...v0.15.9)
1 parent 1a3b438 commit 6a879e1

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
@@ -4,15 +4,15 @@ repos:
44
hooks:
55
- id: isort
66
- repo: https://github.com/codespell-project/codespell
7-
rev: v2.4.1
7+
rev: v2.4.2
88
hooks:
99
- id: codespell
1010
args:
1111
- --write-changes
1212
additional_dependencies:
1313
- tomli
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.15.4
15+
rev: v0.15.9
1616
hooks:
1717
- id: ruff-check
1818
args: [--fix]

0 commit comments

Comments
 (0)