diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f8bdd219..8f45de587 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,18 @@ repos: - id: check-yaml - id: check-added-large-files +# C++ - repo: https://github.com/pre-commit/mirrors-clang-format rev: v17.0.2 hooks: - id: clang-format + +# python +- repo: https://github.com/pycqa/isort + rev: 5.12.0 + hooks: + - id: isort +- repo: https://github.com/psf/black + rev: 23.9.1 + hooks: + - id: black