summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-08-10 16:56:13 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-08-14 21:58:01 -0500
commit85ccdfd12928964e2861768ce70301232f50c769 (patch)
tree6862f34ee3ec4e42b8f9e979d32bb99baa032615 /.pre-commit-config.yaml
parentd17ad7f422ad01bc7ddcd707396f763ec0b236d3 (diff)
downloadrequests-cache-85ccdfd12928964e2861768ce70301232f50c769.tar.gz
Replace some 'type: ignore' statements with better type hinting
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 a51bb75..6a15eee 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
- id: blacken-docs
args: [--skip-errors, --skip-string-normalization]
- repo: https://github.com/timothycrosley/isort
- rev: 5.8.0
+ rev: 5.9.3
hooks:
- id: isort
- repo: https://gitlab.com/pycqa/flake8
@@ -29,7 +29,7 @@ repos:
rev: v0.910
hooks:
- id: mypy
- files: pyinaturalist
+ files: requests_cache
additional_dependencies: [types-requests, types-pyyaml, types-redis, types-ujson]
- repo: https://github.com/yunojuno/pre-commit-xenon
rev: v0.1