Skip to content

Commit

Permalink
chore: [pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.20.0 → v2.23.1](asottile/pyupgrade@v2.20.0...v2.23.1)
- [github.com/psf/black: 21.6b0 → 21.7b0](psf/black@21.6b0...21.7b0)
- [github.com/nbQA-dev/nbQA: 0.13.1 → 1.1.0](nbQA-dev/nbQA@0.13.1...1.1.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 2, 2021
1 parent 8f35b10 commit c3c3d88
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 @@ -26,13 +26,13 @@ repos:
exclude: ^validation/|\.dtd$|\.xml$

- repo: https://github.com/asottile/pyupgrade
rev: v2.20.0
rev: v2.23.1
hooks:
- id: pyupgrade
args: ["--py37-plus"]

- repo: https://github.com/psf/black
rev: 21.6b0
rev: 21.7b0
hooks:
- id: black

Expand All @@ -48,7 +48,7 @@ repos:
- id: flake8

- repo: https://github.com/nbQA-dev/nbQA
rev: 0.13.1
rev: 1.1.0
hooks:
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==2.20.0]
Expand Down

0 comments on commit c3c3d88

Please sign in to comment.