Skip to content

Commit

Permalink
chore: [pre-commit.ci] pre-commit autoupdate (#89)
Browse files Browse the repository at this point in the history
* Update pre-commit hooks:
   - github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0
   - github.com/asottile/pyupgrade: v2.31.1 → v2.32.0
  • Loading branch information
pre-commit-ci[bot] committed May 3, 2022
1 parent 6427213 commit 0ad6351
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.2.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -20,7 +20,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v2.32.0
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.31.1]
additional_dependencies: [pyupgrade==2.32.0]
- id: nbqa-isort
additional_dependencies: [isort==5.10.1]

0 comments on commit 0ad6351

Please sign in to comment.