Skip to content
Snippets Groups Projects
.pre-commit-config.yaml 421 B
Newer Older
repos:
-   repo: https://github.com/ssciwr/clang-format-precommit
    rev: v13.0.0
    hooks:
    -   id: clang-format
    -   id: clang-format
        name: clang-format (non-standard extensions)
        types_or: [file]
        files: \.(icc|icpp)$
-   repo: https://github.com/psf/black
    -   id: black
-   repo: https://github.com/pycqa/isort
    rev: 5.10.1
    hooks:
    -   id: isort