Skip to content

Commit

Permalink
chore: [pre-commit.ci] pre-commit autoupdate (#90)
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] committed Jun 6, 2022
1 parent 0ad6351 commit 982285b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
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
args: ["--py37-plus"]
Expand All @@ -44,6 +44,6 @@ repos:
rev: 1.3.1
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==2.32.0]
additional_dependencies: [pyupgrade==2.32.1]
- id: nbqa-isort
additional_dependencies: [isort==5.10.1]

0 comments on commit 982285b

Please sign in to comment.