Skip to content

Commit 53044f0

Browse files
chore(pre-commit.ci): pre-commit autoupdate (#24)
1 parent 1f65160 commit 53044f0

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
@@ -42,15 +42,15 @@ repos:
4242
- id: pyupgrade
4343
args: [--py39-plus]
4444
- repo: https://github.com/PyCQA/isort
45-
rev: 5.13.2
45+
rev: 6.0.0
4646
hooks:
4747
- id: isort
4848
- repo: https://github.com/psf/black
49-
rev: 24.10.0
49+
rev: 25.1.0
5050
hooks:
5151
- id: black
5252
- repo: https://github.com/codespell-project/codespell
53-
rev: v2.4.0
53+
rev: v2.4.1
5454
hooks:
5555
- id: codespell
5656
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)