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

15 lines
290 B
YAML
Raw Normal View History

2018-03-02 13:15:13 +01:00
repos:
- repo: https://gitlab.com/pycqa/flake8
2021-01-20 14:01:54 +01:00
rev: 3.8.4
2018-03-02 13:15:13 +01:00
hooks:
- id: flake8
2019-10-01 09:25:29 +02:00
- repo: https://github.com/psf/black
2021-01-20 14:01:54 +01:00
rev: 20.8b1
2019-10-01 09:25:29 +02:00
hooks:
- id: black
- repo: https://github.com/PyCQA/bandit
2021-01-20 14:01:54 +01:00
rev: 1.7.0
hooks:
- id: bandit
2021-01-20 15:03:10 +01:00
exclude: ^tests/