adaptive-lighting/.pre-commit-config.yaml

24 lines
624 B
YAML
Raw Permalink Normal View History

2022-08-28 13:59:50 -07:00
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
2022-08-28 13:59:50 -07:00
hooks:
- id: check-added-large-files
- id: trailing-whitespace
- id: end-of-file-fixer
- id: mixed-line-ending
args: ["--fix=lf"]
- repo: https://github.com/thlorenz/doctoc
rev: v2.5.0
hooks:
- id: doctoc
files: ^README[^/]*\.md$
args: ["--notitle"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.16.6
2022-08-28 13:59:50 -07:00
hooks:
- id: ruff
args: ["--fix"]
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 26.5.1
2022-08-28 13:59:50 -07:00
hooks:
- id: black