From 85ccdfd12928964e2861768ce70301232f50c769 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Tue, 10 Aug 2021 16:56:13 -0500 Subject: Replace some 'type: ignore' statements with better type hinting --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.pre-commit-config.yaml') 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 -- cgit v1.2.1