Skip to content

Commit

Permalink
chore: [pre-commit.ci] pre-commit autoupdate (#1859)
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] authored May 2, 2022
1 parent 3a0409f commit 20d6128
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 @@ -25,7 +25,7 @@ repos:
exclude: ^validation/|\.dtd$|\.xml$

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

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

0 comments on commit 20d6128

Please sign in to comment.