Skip to content

Commit

Permalink
chore: [pre-commit.ci] pre-commit autoupdate (#1913)
Browse files Browse the repository at this point in the history
* Update pre-commit hooks:
   - github.com/asottile/pyupgrade: v2.31.1 → v2.34.0
   - github.com/psf/black: 22.3.0 → 22.6.0
  • Loading branch information
pre-commit-ci[bot] authored Jul 5, 2022
1 parent acde7f4 commit 8e242c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
exclude: ^validation/|\.dtd$|\.xml$

- repo: https://github.com/asottile/pyupgrade
rev: v2.32.1
rev: v2.34.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand All @@ -38,15 +38,15 @@ repos:
- id: absolufy-imports

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black-jupyter

- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
hooks:
- id: blacken-docs
additional_dependencies: [black==22.3.0]
additional_dependencies: [black==22.6.0]

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
Expand All @@ -57,7 +57,7 @@ repos:
rev: 1.3.1
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==2.32.1]
additional_dependencies: [pyupgrade==2.34.0]

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

0 comments on commit 8e242c9

Please sign in to comment.