Skip to content

Commit 9ebefb8

Browse files
[pre-commit.ci] pre-commit autoupdate (#36)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.7](astral-sh/ruff-pre-commit@v0.4.3...v0.4.7) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0a77b2e commit 9ebefb8

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
@@ -23,7 +23,7 @@ repos:
2323
- id: requirements-txt-fixer
2424
- id: trailing-whitespace
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.4.3
26+
rev: v0.4.7
2727
hooks:
2828
- id: ruff
2929
- id: ruff-format
@@ -41,7 +41,7 @@ repos:
4141
additional_dependencies: [setuptools-scm]
4242
- repo: https://github.com/codespell-project/codespell
4343
# Configuration for codespell is in pyproject.toml
44-
rev: v2.2.6
44+
rev: v2.3.0
4545
hooks:
4646
- id: codespell
4747
additional_dependencies:

0 commit comments

Comments
 (0)