Newer
Older
repos:
- repo: https://github.com/pre-commit/mirrors-clang-format
- id: check-executables-have-shebangs
- id: check-json
- id: check-merge-conflict
- id: check-symlinks
- id: check-toml
- id: check-yaml
- id: debug-statements
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8