Skip to content

Commit

Permalink
Update to mypy v0.931 and add some ignores/workarounds for new false …
Browse files Browse the repository at this point in the history
…positives
  • Loading branch information
JWCook committed Feb 2, 2022
1 parent d941996 commit 6faa065
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 66 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Expand Up @@ -8,11 +8,11 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.1.0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.0
rev: v1.12.1
hooks:
- id: blacken-docs
args: [--skip-errors, --skip-string-normalization]
Expand All @@ -26,11 +26,11 @@ repos:
- id: flake8
additional_dependencies: [flake8-comprehensions]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910-1
rev: v0.931
hooks:
- id: mypy
files: requests_cache
additional_dependencies: [attrs, types-itsdangerous, types-requests, types-pyyaml, types-redis, types-ujson]
additional_dependencies: [attrs, types-itsdangerous, types-requests, types-pyyaml, types-redis, types-ujson, types-urllib3]
- repo: https://github.com/yunojuno/pre-commit-xenon
rev: v0.1
hooks:
Expand Down
107 changes: 52 additions & 55 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6faa065

Please sign in to comment.