summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-07-05 10:59:28 +0600
committerGitHub <noreply@github.com>2022-07-05 10:59:28 +0600
commite84aa5b7ceffbebccfcc2f9aba87a211582a4888 (patch)
tree943f6fc947e68a63ab3cd50bcf569743b3671a14
parentdde69e86e08921d7a51d5926146a54cbeb9b1cc1 (diff)
downloadpyjwt-e84aa5b7ceffbebccfcc2f9aba87a211582a4888.tar.gz
[pre-commit.ci] pre-commit autoupdate (#778)
updates: - [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0...22.6.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 45f263a..4ea8dea 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
- rev: 22.3.0
+ rev: 22.6.0
hooks:
- id: black
args: ["--target-version=py37"]