We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8148e7 commit 1eb41efCopy full SHA for 1eb41ef
1 file changed
.pre-commit-config.yaml
@@ -107,14 +107,14 @@ repos:
107
108
# python formatting and linting
109
- repo: https://github.com/psf/black-pre-commit-mirror
110
- rev: 25.9.0
+ rev: 25.11.0
111
hooks:
112
- id: black
113
- repo: https://github.com/adamchainz/blacken-docs
114
rev: 1.20.0
115
116
- id: blacken-docs
117
- additional_dependencies: [black==25.9.0]
+ additional_dependencies: [black==25.11.0]
118
- repo: https://github.com/astral-sh/ruff-pre-commit
119
rev: v0.14.4
120
0 commit comments