summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-02-01 08:07:10 +0600
committerGitHub <noreply@github.com>2022-02-01 08:07:10 +0600
commit858eb4e225507310ed71be84bcd0e18f43b73a07 (patch)
treed9a2a4569489e532647354c12aa67227c1e3f102
parent86820d338ddbbfa48f60730f00579a26445f17e6 (diff)
downloadpyjwt-858eb4e225507310ed71be84bcd0e18f43b73a07.tar.gz
[pre-commit.ci] pre-commit autoupdate (#728)
updates: - [github.com/psf/black: 21.12b0 → 22.1.0](https://github.com/psf/black/compare/21.12b0...22.1.0) - [github.com/asottile/blacken-docs: v1.12.0 → v1.12.1](https://github.com/asottile/blacken-docs/compare/v1.12.0...v1.12.1) 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 f59c6c2..307b888 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/psf/black
- rev: 21.12b0
+ rev: 22.1.0
hooks:
- id: black
args: ["--target-version=py36"]
- repo: https://github.com/asottile/blacken-docs
- rev: v1.12.0
+ rev: v1.12.1
hooks:
- id: blacken-docs
args: ["--target-version=py36"]