Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#721)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Sep 27, 2022
1 parent 3d5695f commit 43f27ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: black
pass_filenames: true
- repo: https://github.com/PyCQA/autoflake
rev: 'v1.6.0' # Use the revision sha / tag you want to point at
rev: 'v1.6.1' # Use the revision sha / tag you want to point at
hooks:
- id: autoflake
args: ["--remove-all-unused-imports", "-i"]
Expand Down Expand Up @@ -37,7 +37,7 @@ repos:
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.0
rev: v2.38.2
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand Down

0 comments on commit 43f27ca

Please sign in to comment.