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

20 lines
410 B
YAML
Raw Normal View History

2018-03-02 13:15:13 +01:00
repos:
- repo: https://github.com/PyCQA/flake8
2023-07-06 11:59:30 +02:00
rev: 6.0.0
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
2023-07-06 11:59:30 +02:00
rev: 23.3.0
2019-10-01 09:25:29 +02:00
hooks:
- id: black
- repo: https://github.com/PyCQA/bandit
2023-07-06 11:59:30 +02:00
rev: 1.7.5
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
2023-07-06 11:59:30 +02:00
rev: v1.4.1
2021-01-20 15:37:27 +01:00
hooks:
- id: mypy
files: ^fido2/