Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#40)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v2.16.0 → v2.19.4](asottile/pyupgrade@v2.16.0...v2.19.4)
- [github.com/psf/black: 21.5b1 → 21.6b0](psf/black@21.5b1...21.6b0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jun 15, 2021
1 parent d592975 commit 69ad7c8
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
Expand Up @@ -10,7 +10,7 @@ repos:
- id: debug-statements
- id: end-of-file-fixer
- repo: https://github.com/asottile/pyupgrade
rev: v2.16.0
rev: v2.19.4
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -19,7 +19,7 @@ repos:
hooks:
- id: reorder-python-imports
- repo: https://github.com/psf/black
rev: 21.5b1
rev: 21.6b0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
Expand Down

0 comments on commit 69ad7c8

Please sign in to comment.