summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorPradyun Gedam <3275593+pradyunsg@users.noreply.github.com>2021-03-26 06:58:06 +0000
committerGitHub <noreply@github.com>2021-03-26 06:58:06 +0000
commitbcbfbaa515dd7b18627b147a8f8219535defeccd (patch)
tree66b2e00e076f7d33c6a3b9e77c4ed350c827806b /.pre-commit-config.yaml
parentaf60df514397b8f63182e77ea84aaafa2d5f9c93 (diff)
parent96615e92c4b265011295ec514feb91ce405c0602 (diff)
downloadpip-bcbfbaa515dd7b18627b147a8f8219535defeccd.tar.gz
Merge pull request #9672 from jdufresne/mypy-docsmaster
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']