summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-01-01 12:19:09 -0600
committerJordan Cook <jordan.cook@pioneer.com>2022-01-01 12:19:35 -0600
commit3df3a1dbc02021c5e91066228796317af2c0983e (patch)
tree1855b50b0199b6bbec3d1170244dbfa3e0dd184e /.pre-commit-config.yaml
parentb51f3618329311fd708ce46a48dbcd96717b48fa (diff)
downloadrequests-cache-3df3a1dbc02021c5e91066228796317af2c0983e.tar.gz
Revert to previous version of mypy due to false positive
Diffstat (limited to '.pre-commit-config.yaml')
-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 ea95672..312e307 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
- id: flake8
additional_dependencies: [flake8-comprehensions]
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v0.930
+ rev: v0.910-1
hooks:
- id: mypy
files: requests_cache