repos: - repo: https://github.com/ambv/black rev: 22.3.0 hooks: - id: black - repo: https://gitlab.com/PyCQA/flake8 rev: 3.9.2 hooks: - id: flake8 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.0.1 hooks: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/timothycrosley/isort rev: 5.10.1 hooks: - id: isort args: ["--profile", "black"] - repo: https://github.com/pre-commit/mirrors-clang-format rev: v13.0.0 hooks: - id: clang-format - repo: https://github.com/pocc/pre-commit-hooks rev: v1.3.5 hooks: - id: cppcheck args: ["--enable=all", "--suppress=missingIncludeSystem", "--language=c", "--std=c99"]