summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-04-05 10:03:41 +0600
committerGitHub <noreply@github.com>2022-04-05 10:03:41 +0600
commit35fa28e59d99b99c6a780d2a029a74d6bbba8b1e (patch)
tree01af6cc6cd19647a40807fee4294de83060b3e6d
parent1e7915613f4962d793b97a0db7bbe1661a59fa5a (diff)
downloadpyjwt-35fa28e59d99b99c6a780d2a029a74d6bbba8b1e.tar.gz
[pre-commit.ci] pre-commit autoupdate (#740)
updates: - [github.com/psf/black: 22.1.0 → 22.3.0](https://github.com/psf/black/compare/22.1.0...22.3.0) - [github.com/mgedmin/check-manifest: 0.47 → 0.48](https://github.com/mgedmin/check-manifest/compare/0.47...0.48) 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 307b888..631999b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
- rev: 22.1.0
+ rev: 22.3.0
hooks:
- id: black
args: ["--target-version=py36"]
@@ -30,7 +30,7 @@ repos:
- id: debug-statements
- repo: https://github.com/mgedmin/check-manifest
- rev: "0.47"
+ rev: "0.48"
hooks:
- id: check-manifest
args: [--no-build-isolation]