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

20 lines
411 B
YAML
Raw Normal View History

2018-03-02 13:15:13 +01:00
repos:
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
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
2022-10-17 15:30:30 +02:00
rev: 22.10.0
2019-10-01 09:25:29 +02:00
hooks:
- id: black
- repo: https://github.com/PyCQA/bandit
2022-04-15 13:13:57 +02:00
rev: 1.7.4
hooks:
- id: bandit
2021-01-20 15:03:10 +01:00
exclude: ^tests/
2021-01-20 15:37:27 +01:00
- repo: https://github.com/pre-commit/mirrors-mypy
2022-10-17 15:30:30 +02:00
rev: v0.982
2021-01-20 15:37:27 +01:00
hooks:
- id: mypy
files: ^fido2/