summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-04-04 13:34:48 +0600
committerGitHub <noreply@github.com>2023-04-04 13:34:48 +0600
commitf4071a632aa5ac6d1c341493c64b9eed06357351 (patch)
treec5c15a264e699f1ee8dcd2a6d15e67bec1a6ec57
parent5a262705ffe0d189084d10364a00f8e124a62ec4 (diff)
downloadpyjwt-f4071a632aa5ac6d1c341493c64b9eed06357351.tar.gz
[pre-commit.ci] pre-commit autoupdate (#874)
updates: - [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 953360d..3af45df 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
- rev: 23.1.0
+ rev: 23.3.0
hooks:
- id: black
args: ["--target-version=py37"]