Skip to content

Commit 1eb41ef

Browse files
committed
⬆️ Update Black in pre-commit additional deps
1 parent e8148e7 commit 1eb41ef

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
@@ -107,14 +107,14 @@ repos:
107107

108108
# python formatting and linting
109109
- repo: https://github.com/psf/black-pre-commit-mirror
110-
rev: 25.9.0
110+
rev: 25.11.0
111111
hooks:
112112
- id: black
113113
- repo: https://github.com/adamchainz/blacken-docs
114114
rev: 1.20.0
115115
hooks:
116116
- id: blacken-docs
117-
additional_dependencies: [black==25.9.0]
117+
additional_dependencies: [black==25.11.0]
118118
- repo: https://github.com/astral-sh/ruff-pre-commit
119119
rev: v0.14.4
120120
hooks:

0 commit comments

Comments
 (0)