Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 21.5b1 → 21.6b0](psf/black@21.5b1...21.6b0)
- [github.com/PyCQA/isort: 5.8.0 → 5.9.1](PyCQA/isort@5.8.0...5.9.1)
- [github.com/asottile/pyupgrade: v2.18.1 → v2.19.4](asottile/pyupgrade@v2.18.1...v2.19.4)
  • Loading branch information
pre-commit-ci[bot] authored and kojiromike committed Jul 1, 2021
1 parent bd1c383 commit 4fd9eaf
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.5b1
rev: 21.6b0
hooks:
- id: black

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

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

0 comments on commit 4fd9eaf

Please sign in to comment.