Skip to content

Commit

Permalink
Updated pre-commit config for interrogate (#464)
Browse files Browse the repository at this point in the history
Now interrogate should always run on the whole project, as intended.

Co-authored-by: Joris Snellenburg <[email protected]>
  • Loading branch information
s-weigand and jsnel authored Nov 29, 2020
1 parent 51b8799 commit 33405b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33405b1

Please sign in to comment.