summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-01-31 17:41:27 +0600
committerGitHub <noreply@github.com>2023-01-31 17:41:27 +0600
commit1623dc843b6ae4f34b6ba120b8a5471d10ccfe0e (patch)
treeac6a3dc1aeeb09013bb2174f5ca786b8b55ad7c3
parentb407c63b17f16e78c13c36d784d6e1822fee1147 (diff)
downloadpyjwt-1623dc843b6ae4f34b6ba120b8a5471d10ccfe0e.tar.gz
[pre-commit.ci] pre-commit autoupdate (#852)
updates: - [github.com/asottile/blacken-docs: v1.12.1 → 1.13.0](https://github.com/asottile/blacken-docs/compare/v1.12.1...1.13.0) - [github.com/PyCQA/isort: 5.11.4 → 5.12.0](https://github.com/PyCQA/isort/compare/5.11.4...5.12.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 a5d2753..4ec0cd9 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
args: ["--target-version=py37"]
- repo: https://github.com/asottile/blacken-docs
- rev: v1.12.1
+ rev: 1.13.0
hooks:
- id: blacken-docs
args: ["--target-version=py37"]
@@ -18,7 +18,7 @@ repos:
language_version: python3.8
- repo: https://github.com/PyCQA/isort
- rev: 5.11.4
+ rev: 5.12.0
hooks:
- id: isort