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.6b0 → 21.7b0](psf/black@21.6b0...21.7b0)
- [github.com/asottile/pyupgrade: v2.21.0 → v2.23.0](asottile/pyupgrade@v2.21.0...v2.23.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 26, 2021
1 parent 53c9272 commit 8bb37f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 21.6b0
rev: 21.7b0
hooks:
- id: black
args: [--target-version=py36]
Expand All @@ -9,7 +9,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade
rev: v2.21.0
rev: v2.23.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down

0 comments on commit 8bb37f7

Please sign in to comment.