summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-10-23 10:46:33 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-10-23 11:09:42 -0500
commit4d0589f138af348dac2d19394aa2f9d4fc80ad00 (patch)
tree6d7fd32a0fe028cc3c2345bf5902f415c3227141 /.pre-commit-config.yaml
parent75925c7a5f505d24491fb4853685bcafd79be50d (diff)
downloadrequests-cache-4d0589f138af348dac2d19394aa2f9d4fc80ad00.tar.gz
Fix some type checking issues with latest mypy pre-commit hook version
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 29ff89d..b77a8d5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
- rev: 21.8b0
+ rev: 21.9b0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
@@ -26,7 +26,7 @@ repos:
- id: flake8
additional_dependencies: [flake8-comprehensions]
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v0.910
+ rev: v0.910-1
hooks:
- id: mypy
files: requests_cache