You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

31 lines
660 B

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
hooks:
- id: check-docstring-first
stages:
- commit
- push
- id: check-merge-conflict
stages:
- push
- id: double-quote-string-fixer
stages:
- commit
- push
- id: fix-encoding-pragma
stages:
- commit
- push
- id: flake8
args: ['--config=setup.cfg']
stages:
- commit
- push
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.4.4
hooks:
- id: autopep8
stages:
- commit
- push