summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-05-08 10:42:42 -0400
committerGitHub <noreply@github.com>2021-05-08 10:42:42 -0400
commite0a288017d945f8dd7da2fa13d5defb85192e38a (patch)
tree025a4de710a9679da31d835e47c8ab765feb101b
parent69d1e8b5f450f2b1df42149d977b48e286df1054 (diff)
downloadpyjwt-e0a288017d945f8dd7da2fa13d5defb85192e38a.tar.gz
[pre-commit.ci] pre-commit autoupdate (#656)
updates: - [github.com/psf/black: 21.4b0 → 21.4b2](https://github.com/psf/black/compare/21.4b0...21.4b2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 367ca30..23b9161 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
- rev: 21.4b0
+ rev: 21.4b2
hooks:
- id: black
args: ["--target-version=py36"]