Skip to content

Commit 702e36b

Browse files
[create-pull-request] automated change
1 parent 4763cf2 commit 702e36b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/guides/style.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Here is the snippet to add Black to your `.pre-commit-config.yml`:
141141
142142
```yaml
143143
- repo: https://github.com/psf/black-pre-commit-mirror
144-
rev: "25.9.0"
144+
rev: "25.11.0"
145145
hooks:
146146
- id: black
147147
```
@@ -547,7 +547,7 @@ when clearly better (please always use them, they are faster) if you set
547547

548548
```yaml
549549
- repo: https://github.com/asottile/pyupgrade
550-
rev: "v3.21.0"
550+
rev: "v3.21.1"
551551
hooks:
552552
- id: pyupgrade
553553
args: ["--py39-plus"]

0 commit comments

Comments
 (0)