We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following hooks got deleted from this repo in #282.
- repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: fix-encoding-pragma args: [--remove] - id: check-yaml - id: debug-statements language_version: python3 # If needed: - repo: local hooks: - id: rst name: rst entry: rst-lint --encoding utf-8 exclude: ./doc/.* files: .rst language: python additional_dependencies: [pygments, restructuredtext_lint] # This can deal with sphinx directives - repo: https://github.com/myint/rstcheck rev: "v6.2.4" hooks: - id: rstcheck args: [--ignore-messages, Duplicate implicit target.*]
Task: Find out what is helpful for all repos and add them back.
The text was updated successfully, but these errors were encountered:
Other ideas from zopefoundation/Zope#1164
Sorry, something went wrong.
icemac
No branches or pull requests
The following hooks got deleted from this repo in #282.
Task: Find out what is helpful for all repos and add them back.
The text was updated successfully, but these errors were encountered: