Skip to content

Commit cf1a2d0

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: check-yaml
1212
- id: check-added-large-files
1313
- repo: https://github.com/psf/black-pre-commit-mirror
14-
rev: '25.9.0'
14+
rev: '25.11.0'
1515
hooks:
1616
- id: black
1717
language_version: python3
@@ -34,7 +34,7 @@ repos:
3434
additional_dependencies: [numpy>=2.0, pyusb>=1.0]
3535
exclude: "^(build|docs|tests|dev|setup.py)"
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.21.0
37+
rev: v3.21.1
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py39-plus]

0 commit comments

Comments
 (0)