Files
manim-slides/.pre-commit-config.yaml
Jérome Eertmans 6fdf6d670b Add pre-commit CI
2022-07-12 17:10:06 +02:00

14 lines
328 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
name: isort (python)
args: ["--profile", "black"]