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.5b2](psf/black@21.5b1...21.5b2)
- [github.com/asottile/pyupgrade: v2.18.2 → v2.19.0](asottile/pyupgrade@v2.18.2...v2.19.0)
  • Loading branch information
pre-commit-ci[bot] committed May 31, 2021
1 parent 5f71f9b commit ecb2a07
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,7 +1,7 @@
exclude: ^(tests/data/)
repos:
- repo: https://github.com/psf/black
rev: 21.5b1
rev: 21.5b2
hooks:
- id: black
args: [-S, --line-length=79, --safe, --quiet]
Expand Down Expand Up @@ -30,7 +30,7 @@ repos:
- id: reorder-python-imports
args: [--py3-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v2.18.2
rev: v2.19.0
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down

0 comments on commit ecb2a07

Please sign in to comment.