summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-12-27 10:56:00 +0600
committerGitHub <noreply@github.com>2022-12-27 10:56:00 +0600
commit701e8d9d3b8389e13ad6371a331e600b503c2550 (patch)
tree3a31ca35897715cbd21d1b37ec1af40abc30c9c8
parent50c763c67e93b63fb199c4c9b3c4a05ed90b5172 (diff)
downloadpyjwt-701e8d9d3b8389e13ad6371a331e600b503c2550.tar.gz
[pre-commit.ci] pre-commit autoupdate (#838)
updates: - [github.com/psf/black: 22.10.0 → 22.12.0](https://github.com/psf/black/compare/22.10.0...22.12.0) - [github.com/PyCQA/isort: 5.10.1 → 5.11.4](https://github.com/PyCQA/isort/compare/5.10.1...5.11.4) 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 16edcb3..a5d2753 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
- rev: 22.10.0
+ rev: 22.12.0
hooks:
- id: black
args: ["--target-version=py37"]
@@ -18,7 +18,7 @@ repos:
language_version: python3.8
- repo: https://github.com/PyCQA/isort
- rev: 5.10.1
+ rev: 5.11.4
hooks:
- id: isort