diff options
| author | J08nY | 2022-10-09 22:51:49 +0200 |
|---|---|---|
| committer | J08nY | 2022-10-09 22:51:49 +0200 |
| commit | 95d1ec0642dc71e915a58539cc304362998f0066 (patch) | |
| tree | 0b015a967807e3a7b2b82e74cf3d84712b5ca5c0 | |
| parent | d904762594f3fcdbf751adf8f2f2aeb9b52be532 (diff) | |
| download | sec-certs-95d1ec0642dc71e915a58539cc304362998f0066.tar.gz sec-certs-95d1ec0642dc71e915a58539cc304362998f0066.tar.zst sec-certs-95d1ec0642dc71e915a58539cc304362998f0066.zip | |
Bump mypy in pre-commit.
I can finally commit again!
| -rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2fae957f..60bccb72 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: isort args: ['--check-only'] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v0.961' + rev: 'v0.982' hooks: - id: mypy additional_dependencies: |
