Skip to content

Commit 50c894d

Browse files
chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/PyCQA/isort: 6.0.1 → 7.0.0](PyCQA/isort@6.0.1...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror
1 parent 5a5a832 commit 50c894d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ repos:
3737
- id: prettier
3838
args: ["--tab-width", "2"]
3939
- repo: https://github.com/asottile/pyupgrade
40-
rev: v3.20.0
40+
rev: v3.21.0
4141
hooks:
4242
- id: pyupgrade
4343
args: [--py39-plus]
4444
- repo: https://github.com/PyCQA/isort
45-
rev: 6.0.1
45+
rev: 7.0.0
4646
hooks:
4747
- id: isort
48-
- repo: https://github.com/psf/black
48+
- repo: https://github.com/psf/black-pre-commit-mirror
4949
rev: 25.9.0
5050
hooks:
5151
- id: black

0 commit comments

Comments
 (0)