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.4b0 → 21.4b2](psf/black@21.4b0...21.4b2)
- [github.com/asottile/pyupgrade: v2.13.0 → v2.14.0](asottile/pyupgrade@v2.13.0...v2.14.0)
  • Loading branch information
pre-commit-ci[bot] authored May 3, 2021
1 parent 9c4da3e commit f772e5e
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.4b0
rev: 21.4b2
hooks:
- id: black
args: [--safe, --quiet]
Expand Down Expand Up @@ -34,7 +34,7 @@ repos:
- id: reorder-python-imports
args: ['--application-directories=.:src', --py36-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v2.13.0
rev: v2.14.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down

0 comments on commit f772e5e

Please sign in to comment.