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
commitcda90d62c7019307ac28059d7936252e71ddf5b0 (patch)
tree045597ec459f12b1e64c285fa0bc47de97632c12 /.pre-commit-config.yaml
parent85ccdfd12928964e2861768ce70301232f50c769 (diff)
downloadrequests-cache-cda90d62c7019307ac28059d7936252e71ddf5b0.tar.gz
Disable misbehaving mypy pre-commit hook and go back to plain poetry install + run for CI
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 6a15eee..7990ae0 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -25,12 +25,13 @@ repos:
hooks:
- id: flake8
additional_dependencies: [flake8-comprehensions]
- - repo: https://github.com/pre-commit/mirrors-mypy
- rev: v0.910
- hooks:
- - id: mypy
- files: requests_cache
- additional_dependencies: [types-requests, types-pyyaml, types-redis, types-ujson]
+ # TODO: This is currently failing for attrs classes in CI, but passes locally. Mypy run without pre-commit also passes.
+ # - repo: https://github.com/pre-commit/mirrors-mypy
+ # rev: v0.910
+ # hooks:
+ # - id: mypy
+ # files: requests_cache
+ # additional_dependencies: [types-itsdangerous, types-requests, types-pyyaml, types-redis, types-ujson]
- repo: https://github.com/yunojuno/pre-commit-xenon
rev: v0.1
hooks: