summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-02-02 12:25:24 -0600
committerJordan Cook <jordan.cook@pioneer.com>2022-02-02 12:51:26 -0600
commit6faa065d0ab80c9c37f4a94eaed6c41682f360fe (patch)
treef59afd2235fec3b9e9c9b2bb20554b6344e0918b /.pre-commit-config.yaml
parentd9419964120226cf63ee08e6434609c39f70856c (diff)
downloadrequests-cache-6faa065d0ab80c9c37f4a94eaed6c41682f360fe.tar.gz
Update to mypy v0.931 and add some ignores/workarounds for new false positives
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 312e307..325e205 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -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]
@@ -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: