summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-01-05 02:57:14 +0600
committerGitHub <noreply@github.com>2021-01-05 02:57:14 +0600
commitbfa1d99843f4ac5cdc5a3e1122cf63149def06c1 (patch)
treebfb53cee2410a3b0396ec84ee289bf47aa90e717
parentc96131b970fd341106ce33d0a85b50e3bdbb67ec (diff)
downloadpyjwt-bfa1d99843f4ac5cdc5a3e1122cf63149def06c1.tar.gz
[pre-commit.ci] pre-commit autoupdate (#595)
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 e2938eb..1fb0890 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
language_version: python3.8
- repo: https://github.com/PyCQA/isort
- rev: 5.6.4
+ rev: 5.7.0
hooks:
- id: isort
@@ -30,7 +30,7 @@ repos:
- id: debug-statements
- repo: https://github.com/mgedmin/check-manifest
- rev: "0.45"
+ rev: "0.46"
hooks:
- id: check-manifest
args: [--no-build-isolation]