summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2022-10-19 20:40:41 -0400
committerGitHub <noreply@github.com>2022-10-19 20:40:41 -0400
commitd81c9fa03283dc00ed28f1103fa8e78fb6f3f8cc (patch)
treea45b44c06a8684d33cc9ac93df6ab851aa1205be /.pre-commit-config.yaml
parent9cb9401cc579f11dbb17181e8713f061f8e40ed4 (diff)
downloadpyjwt-d81c9fa03283dc00ed28f1103fa8e78fb6f3f8cc.tar.gz
[pre-commit.ci] pre-commit autoupdate (#810)
updates: - [github.com/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0...22.10.0) - [github.com/pre-commit/mirrors-mypy: v0.971 → v0.982](https://github.com/pre-commit/mirrors-mypy/compare/v0.971...v0.982) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-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 a4c1e8d..0571dd3 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
- rev: 22.8.0
+ rev: 22.10.0
hooks:
- id: black
args: ["--target-version=py37"]
@@ -36,6 +36,6 @@ repos:
args: [--no-build-isolation]
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: "v0.971"
+ rev: "v0.982"
hooks:
- id: mypy