Skip to content

Commit 49bdc23

Browse files
chore(pre-commit.ci): pre-commit autoupdate (#47)
1 parent da5ea3a commit 49bdc23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ repos:
3939
- id: pyupgrade
4040
args: [--py37-plus]
4141
- repo: https://github.com/PyCQA/isort
42-
rev: 5.13.2
42+
rev: 6.0.0
4343
hooks:
4444
- id: isort
4545
- repo: https://github.com/psf/black
46-
rev: 24.10.0
46+
rev: 25.1.0
4747
hooks:
4848
- id: black
4949
- repo: https://github.com/codespell-project/codespell
50-
rev: v2.4.0
50+
rev: v2.4.1
5151
hooks:
5252
- id: codespell
5353
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)