File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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"]
You can’t perform that action at this time.
0 commit comments