memgraph/.pre-commit-config.yaml

21 lines
489 B
YAML
Raw Permalink Normal View History

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
2023-03-12 23:27:01 +08:00
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
2023-03-12 23:27:01 +08:00
rev: 23.1.0
hooks:
- id: black
2022-11-09 17:48:34 +08:00
- repo: https://github.com/pycqa/isort
2023-03-12 23:27:01 +08:00
rev: 5.12.0
2022-11-09 17:48:34 +08:00
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/pre-commit/mirrors-clang-format
2023-03-12 23:27:01 +08:00
rev: v15.0.7
hooks:
- id: clang-format