Skip to content

Commit

Permalink
chore: [pre-commit.ci] pre-commit autoupdate (#1878)
Browse files Browse the repository at this point in the history
* Update pre-commit hooks:
   - github.com/asottile/pyupgrade: v2.32.0 → v2.32.1
  • Loading branch information
pre-commit-ci[bot] authored Jun 6, 2022
1 parent 42426e0 commit aed69b5
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 @@ -27,7 +27,7 @@ repos:
exclude: ^validation/|\.dtd$|\.xml$

- repo: https://github.com/asottile/pyupgrade
rev: v2.32.0
rev: v2.32.1
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand Down Expand Up @@ -57,7 +57,7 @@ repos:
rev: 1.3.1
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==2.32.0]
additional_dependencies: [pyupgrade==2.32.1]

- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
Expand Down

0 comments on commit aed69b5

Please sign in to comment.