summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2021-02-28 08:32:22 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2021-03-06 14:14:34 -0800
commit96615e92c4b265011295ec514feb91ce405c0602 (patch)
treee886cf744ef55a90b3e26815cfb7a66eff431f18 /.pre-commit-config.yaml
parent031c34e94a95c6de9236b26f7b0710588260bbb5 (diff)
downloadpip-96615e92c4b265011295ec514feb91ce405c0602.tar.gz
Complete typing of docs directory
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0521f261f..3661edb15 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -66,7 +66,7 @@ repos:
rev: v0.800
hooks:
- id: mypy
- exclude: docs|tests
+ exclude: tests
args: ["--pretty"]
additional_dependencies: ['nox==2020.12.31']