Skip to content

Commit ff69db9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [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/tox-dev/pyproject-fmt: 1.8.0 → 2.1.3](tox-dev/pyproject-fmt@1.8.0...2.1.3)
1 parent 2945804 commit ff69db9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333

3434

3535
- repo: https://github.com/codespell-project/codespell
36-
rev: v2.2.6
36+
rev: v2.3.0
3737
hooks:
3838
- id: codespell
3939
args:
@@ -45,12 +45,12 @@ repos:
4545
- id: add-trailing-comma
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.4.3
48+
rev: v0.4.7
4949
hooks:
5050
- id: ruff
5151

5252
- repo: https://github.com/tox-dev/pyproject-fmt
53-
rev: 1.8.0
53+
rev: 2.1.3
5454
hooks:
5555
- id: pyproject-fmt
5656

0 commit comments

Comments
 (0)