python-fido2/.pre-commit-config.yaml

8 lines
181 B
YAML
Raw Normal View History

2018-03-02 13:15:13 +01:00
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
2018-12-20 13:55:05 +01:00
rev: v2.0.0
2018-03-02 13:15:13 +01:00
hooks:
- id: flake8
- id: double-quote-string-fixer
exclude: '^(fido2|test)/_pyu2f/.*'