Skip to content

Commit c63319c

Browse files
committed
update pre-commits
1 parent f794305 commit c63319c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- id: blackdoc
2929

3030
- repo: https://github.com/charliermarsh/ruff-pre-commit
31-
rev: v0.0.269
31+
rev: v0.0.272
3232
hooks:
3333
- id: ruff
3434

@@ -39,18 +39,18 @@ repos:
3939
language_version: python3
4040

4141
- repo: https://github.com/codespell-project/codespell
42-
rev: v2.2.4
42+
rev: v2.2.5
4343
hooks:
4444
- id: codespell
4545
args:
4646
- --ignore-words-list=pres
4747

4848
- repo: https://github.com/asottile/add-trailing-comma
49-
rev: v2.4.0
49+
rev: v2.5.1
5050
hooks:
5151
- id: add-trailing-comma
5252

5353
- repo: https://github.com/tox-dev/pyproject-fmt
54-
rev: "0.11.2"
54+
rev: "0.12.1"
5555
hooks:
5656
- id: pyproject-fmt

0 commit comments

Comments
 (0)