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 b4f313f commit 5b61def
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: check-added-large-files

- repo: https://github.com/psf/black
rev: "21.4b0"
rev: "21.4b2"
hooks:
- id: black

Expand All @@ -32,7 +32,7 @@ repos:
args: ["--ignore-missing-imports", "--scripts-are-modules"]

- repo: https://github.com/asottile/pyupgrade
rev: "v2.13.0"
rev: "v2.14.0"
hooks:
- id: pyupgrade

Expand Down

0 comments on commit 5b61def

Please sign in to comment.