Skip to content

Commit 9f21d44

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.1](asottile/pyupgrade@v3.21.0...v3.21.1) - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 25.11.0](psf/black-pre-commit-mirror@25.9.0...25.11.0)
1 parent 3d5bd8a commit 9f21d44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ repos:
99
- id: check-executables-have-shebangs
1010
- id: check-yaml
1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.21.0
12+
rev: v3.21.1
1313
hooks:
1414
- id: pyupgrade
1515
args: [--py38-plus]
1616
- repo: https://github.com/psf/black-pre-commit-mirror
17-
rev: 25.9.0
17+
rev: 25.11.0
1818
hooks:
1919
- id: black-jupyter
2020

0 commit comments

Comments
 (0)