Skip to content

Commit 088d2b2

Browse files
[pre-commit.ci] pre-commit autoupdate (#223)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.2...v0.15.9) - [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 219e22f commit 088d2b2

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
@@ -10,14 +10,14 @@ repos:
1010
- id: blackdoc
1111
files: \.py$
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.15.2
13+
rev: v0.15.9
1414
hooks:
1515
- id: ruff-check
1616
args: [--fix, --exit-non-zero-on-fix]
1717
exclude: ^(docs/|tests)
1818
- id: ruff-format
1919
- repo: https://github.com/codespell-project/codespell
20-
rev: v2.4.1
20+
rev: v2.4.2
2121
hooks:
2222
- id: codespell
2323
args: [-S ./docs/\*]

0 commit comments

Comments
 (0)