sphinx-autoapi/.pre-commit-config.yaml

16 lines
368 B
YAML
Raw Normal View History

2019-01-27 05:20:45 +00:00
repos:
2020-08-06 11:17:29 +00:00
- repo: https://github.com/psf/black
rev: 19.10b0
hooks:
- id: black
language_version: python3
- repo: https://github.com/PyCQA/pylint
rev: 'pylint-2.5.3'
hooks:
- id: pylint
2019-01-27 05:20:45 +00:00
- repo: https://github.com/pre-commit/pre-commit-hooks
2020-08-06 11:17:29 +00:00
rev: v3.1.0
2019-01-27 05:20:45 +00:00
hooks:
2020-08-06 11:17:29 +00:00
- id: trailing-whitespace
- id: end-of-file-fixer