Skip to content

Commit

Permalink
chore: [pre-commit.ci] pre-commit autoupdate (#1741)
Browse files Browse the repository at this point in the history
* Update pre-commit hooks:
   - github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0
   - github.com/asottile/pyupgrade: v2.29.1 → v2.31.0
  • Loading branch information
pre-commit-ci[bot] authored Jan 4, 2022
1 parent c295587 commit 56dcf45
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.0.1
rev: v4.1.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.29.1
rev: v2.31.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand Down Expand Up @@ -55,7 +55,7 @@ repos:
rev: 1.2.2
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==2.29.1]
additional_dependencies: [pyupgrade==2.31.0]

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

0 comments on commit 56dcf45

Please sign in to comment.