We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4763cf2 commit 702e36bCopy full SHA for 702e36b
docs/pages/guides/style.md
@@ -141,7 +141,7 @@ Here is the snippet to add Black to your `.pre-commit-config.yml`:
141
142
```yaml
143
- repo: https://github.com/psf/black-pre-commit-mirror
144
- rev: "25.9.0"
+ rev: "25.11.0"
145
hooks:
146
- id: black
147
```
@@ -547,7 +547,7 @@ when clearly better (please always use them, they are faster) if you set
547
548
549
- repo: https://github.com/asottile/pyupgrade
550
- rev: "v3.21.0"
+ rev: "v3.21.1"
551
552
- id: pyupgrade
553
args: ["--py39-plus"]
0 commit comments