Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pre-commit action to run interrogate #56

Open
tchklovski opened this issue Jul 26, 2021 · 1 comment
Open

Add pre-commit action to run interrogate #56

tchklovski opened this issue Jul 26, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@tchklovski
Copy link
Collaborator

I looked into it a bit and recommend adding the following config. in particular,
pass_filenames: false
is needed for some reason, as per econchick/interrogate#60

  - repo: https://github.com/econchick/interrogate
    # cf http://www.pydocstyle.org/en/stable/index.html
    rev: 1.4.0
    hooks:
      - id: interrogate
        args: [ -vv, --config=pyproject.toml ]
        # see https://github.com/econchick/interrogate/issues/60
        pass_filenames: false
@tchklovski tchklovski added the enhancement New feature or request label Jul 26, 2021
@tchklovski tchklovski added this to the v0.4.0 milestone Jul 26, 2021
@tchklovski
Copy link
Collaborator Author

other documentation checkers:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants