summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-09-20 06:49:23 -0400
committerGitHub <noreply@github.com>2022-09-20 06:49:23 -0400
commit7288d674e7b31863209f2ff0c23fcbc20333c2d6 (patch)
tree3de9102b515e7d0efa184e3767d32ed62c0e6502
parentf4d237021262ec803e2d3e590c8d6d63f7d5ca6b (diff)
downloadpyjwt-7288d674e7b31863209f2ff0c23fcbc20333c2d6.tar.gz
[pre-commit.ci] pre-commit autoupdate (#798)
updates: - [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.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 506dc82..a4c1e8d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
- rev: 22.6.0
+ rev: 22.8.0
hooks:
- id: black
args: ["--target-version=py37"]