summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-12-11 09:56:26 +0600
committerGitHub <noreply@github.com>2021-12-11 09:56:26 +0600
commit43d38a0c7070961a166a21b94f968e104de947e2 (patch)
treed8cecad356127992e85aacc51793d92b39980ef9
parenta3e2d8eb658fbd7677bacfe40189956d47b94ef2 (diff)
downloadpyjwt-43d38a0c7070961a166a21b94f968e104de947e2.tar.gz
[pre-commit.ci] pre-commit autoupdate (#716)
updates: - [github.com/psf/black: 21.11b1 → 21.12b0](https://github.com/psf/black/compare/21.11b1...21.12b0) 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 3d4e0e9..ac3e88c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
- rev: 21.11b1
+ rev: 21.12b0
hooks:
- id: black
args: ["--target-version=py36"]