--- default_language_version: # force all unspecified python hooks to run python3 python: python3 repos: - repo: local hooks: - id: twine-check name: twine-check entry: tools/twine-check.sh language: python types: [python] additional_dependencies: [twine] args: ['--strict'] exclude: ^$ # don't run on empty files - repo: https://github.com/sphinx-contrib/sphinx-lint rev: v0.9.1 hooks: - id: sphinx-lint args: [--enable=default-role] files: ^README.rst types: [rst]