Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#12)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 21.6b0 → 21.7b0](psf/black@21.6b0...21.7b0)
- [github.com/PyCQA/isort: 5.9.1 → 5.9.2](PyCQA/isort@5.9.1...5.9.2)
- [github.com/asottile/pyupgrade: v2.19.4 → v2.21.2](asottile/pyupgrade@v2.19.4...v2.21.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Michael A. Smith <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and kojiromike authored Jul 20, 2021
1 parent 013e36a commit f159625
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 @@ -33,16 +33,16 @@ repos:
- id: trailing-whitespace

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

- repo: https://github.com/PyCQA/isort
rev: 5.9.1
rev: 5.9.2
hooks:
- id: isort

- repo: https://github.com/asottile/pyupgrade
rev: v2.19.4
rev: v2.21.2
hooks:
- id: pyupgrade

0 comments on commit f159625

Please sign in to comment.