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

20 lines
410 B
YAML
Raw Permalink Normal View History

2018-03-02 13:15:13 +01:00
repos:
- repo: https://github.com/PyCQA/flake8
2024-03-04 12:03:18 +01:00
rev: 7.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
2024-03-04 12:03:18 +01:00
rev: 24.2.0
2019-10-01 09:25:29 +02:00
hooks:
- id: black
- repo: https://github.com/PyCQA/bandit
rev: 1.7.8
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
rev: v1.9.0
2021-01-20 15:37:27 +01:00
hooks:
- id: mypy
files: ^fido2/