Skip to content

Commit d0c3669

Browse files
chore(deps): bump versions (#245)
[create-pull-request] automated change Co-authored-by: henryiii <[email protected]>
1 parent b5129d7 commit d0c3669

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pages/guides/style.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ use the manual stage, it's opt-in instead of automatic.
297297

298298
```yaml
299299
- repo: https://github.com/hadialqattan/pycln
300-
rev: "v2.1.6"
300+
rev: "v2.1.7"
301301
hooks:
302302
- id: pycln
303303
args: [--all]
@@ -337,7 +337,7 @@ the flake8 addition for pre-commit, with the `bugbear` plugin:
337337

338338
```yaml
339339
- repo: https://github.com/pycqa/flake8
340-
rev: "6.0.0"
340+
rev: "6.1.0"
341341
hooks:
342342
- id: flake8
343343
additional_dependencies: [flake8-bugbear]
@@ -435,7 +435,7 @@ when clearly better (please always use them, they are faster) if you set
435435

436436
```yaml
437437
- repo: https://github.com/asottile/pyupgrade
438-
rev: "v3.9.0"
438+
rev: "v3.10.1"
439439
hooks:
440440
- id: pyupgrade
441441
args: ["--py38-plus"]

0 commit comments

Comments
 (0)