Skip to content

Commit 3f07bb0

Browse files
[pre-commit.ci] pre-commit autoupdate (#1324)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Brown <[email protected]>
1 parent c8c3fb8 commit 3f07bb0

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
@@ -13,12 +13,12 @@ repos:
1313
- id: reorder-python-imports
1414
args: [--application-directories, '.:src', --py38-plus]
1515
- repo: https://github.com/psf/black-pre-commit-mirror
16-
rev: 25.9.0
16+
rev: 25.11.0
1717
hooks:
1818
- id: black
1919
args: [--line-length=79, --target-version=py38]
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.21.0
21+
rev: v3.21.1
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py38-plus]

0 commit comments

Comments
 (0)