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

18 lines
455 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: v5.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/astral-sh/ruff-pre-commit
rev: v0.11.13
2022-08-28 13:59:50 -07:00
hooks:
- id: ruff
args: ["--fix"]
2023-02-12 14:37:40 -08:00
- repo: https://github.com/psf/black
rev: 25.1.0
2022-08-28 13:59:50 -07:00
hooks:
- id: black