Skip to content

Commit 39b90f4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.3](codespell-project/codespell@v2.4.1...v2.4.3) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.16.1](astral-sh/ruff-pre-commit@v0.14.3...v0.16.1)
1 parent f9eb8ba commit 39b90f4

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
@@ -15,7 +15,7 @@ repos:
1515
- id: requirements-txt-fixer
1616

1717
- repo: https://github.com/codespell-project/codespell
18-
rev: "v2.4.1"
18+
rev: "v2.4.3"
1919
hooks:
2020
- id: codespell
2121
exclude: |
@@ -25,7 +25,7 @@ repos:
2525
)$
2626
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.14.3
28+
rev: v0.16.1
2929
hooks:
3030
- id: ruff
3131
name: ruff check

0 commit comments

Comments
 (0)