summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-08-31 22:43:12 +0600
committerGitHub <noreply@github.com>2021-08-31 22:43:12 +0600
commit2032df71cd195db44dcdd253ace68990812f7705 (patch)
treeae80e59aec6321590f3af06558ee3223490f52fa
parent63673619e0321a0b58f29a0b2f6626b5b7c3d2ec (diff)
downloadpyjwt-2032df71cd195db44dcdd253ace68990812f7705.tar.gz
[pre-commit.ci] pre-commit autoupdate (#684)
updates: - [github.com/psf/black: 21.7b0 → 21.8b0](https://github.com/psf/black/compare/21.7b0...21.8b0) - [github.com/asottile/blacken-docs: v1.10.0 → v1.11.0](https://github.com/asottile/blacken-docs/compare/v1.10.0...v1.11.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 505e374..21cf92d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/psf/black
- rev: 21.7b0
+ rev: 21.8b0
hooks:
- id: black
args: ["--target-version=py36"]
- repo: https://github.com/asottile/blacken-docs
- rev: v1.10.0
+ rev: v1.11.0
hooks:
- id: blacken-docs
args: ["--target-version=py36"]