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.21.2](asottile/pyupgrade@v2.21.0...v2.21.2)
  • Loading branch information
pre-commit-ci[bot] authored and ad-m committed Jul 22, 2021
1 parent 8a2b583 commit 92be496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -6,7 +6,7 @@ default_language_version:
minimum_pre_commit_version: "1.20.0"
repos:
- repo: https://github.com/psf/black
rev: 21.6b0
rev: 21.7b0
hooks:
- id: black
args:
Expand All @@ -19,7 +19,7 @@ repos:
args:
- --config=./setup.cfg
- repo: https://github.com/asottile/pyupgrade
rev: v2.21.0
rev: v2.21.2
hooks:
- id: pyupgrade
args:
Expand Down

0 comments on commit 92be496

Please sign in to comment.