Skip to content

Commit 26a2c54

Browse files
committed
update pre-commits
1 parent 72d1981 commit 26a2c54

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
@@ -7,7 +7,7 @@ repos:
77
- id: check-added-large-files
88

99
- repo: https://github.com/codespell-project/codespell
10-
rev: v2.2.4
10+
rev: v2.2.5
1111
hooks:
1212
- id: codespell
1313
exclude: >
@@ -19,13 +19,13 @@ repos:
1919
- --ignore-words-list=nin,preformed,wih,
2020

2121
- repo: https://github.com/tox-dev/pyproject-fmt
22-
rev: 0.9.2
22+
rev: 0.12.1
2323
hooks:
2424
- id: pyproject-fmt
2525

2626

2727
- repo: https://github.com/charliermarsh/ruff-pre-commit
28-
rev: v0.0.260
28+
rev: v0.0.274
2929
hooks:
3030
- id: ruff
3131

0 commit comments

Comments
 (0)