Skip to content

Commit

Permalink
disables interrogate
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufour committed Mar 1, 2024
1 parent cc739cb commit 5d39e49
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .pre-commit-config.yaml
Expand Up @@ -39,9 +39,10 @@ repos:
rev: v1.7.5
hooks:
- id: docformatter
- repo: https://github.com/econchick/interrogate
rev: 1.5.0
hooks:
- id: interrogate
args: ["--config=pyproject.toml"]
pass_filenames: false
# Disable interrogate until the version gets upgraded so it doesn't fail on GH...
# - repo: https://github.com/econchick/interrogate
# rev: 1.5.0
# hooks:
# - id: interrogate
# args: ["--config=pyproject.toml"]
# pass_filenames: false

0 comments on commit 5d39e49

Please sign in to comment.