Skip to content

Commit

Permalink
chore: [pre-commit.ci] pre-commit autoupdate (#129)
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 c0d6c1b commit 555f5d9
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 @@ -20,7 +20,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v2.32.0
rev: v2.32.1
hooks:
- id: pyupgrade

Expand Down Expand Up @@ -48,7 +48,7 @@ repos:
rev: 1.3.1
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==2.32.0]
additional_dependencies: [pyupgrade==2.32.1]
args: ["--py36-plus"]
- id: nbqa-isort
additional_dependencies: [isort==5.10.1]

0 comments on commit 555f5d9

Please sign in to comment.