From 33405b1f7056c7f92ad4e516a8fcccd99c1fec87 Mon Sep 17 00:00:00 2001 From: Sebastian Weigand Date: Sun, 29 Nov 2020 22:00:37 +0100 Subject: [PATCH] Updated pre-commit config for interrogate (#464) Now interrogate should always run on the whole project, as intended. Co-authored-by: Joris Snellenburg --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a552ff815..059a09160 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: hooks: - id: interrogate args: [-vv, --config=pyproject.toml] - exclude: ^(docs|setup.py)|test/|__init__.py + pass_filenames: false - repo: https://github.com/asottile/yesqa rev: v1.2.2