mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-26 11:54:16 +02:00
updates: - [github.com/astral-sh/ruff-pre-commit: v0.16.6 → v0.16.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.6...v0.16.8) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
24 lines
624 B
YAML
24 lines
624 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v6.0.0
|
|
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.8
|
|
hooks:
|
|
- id: ruff
|
|
args: ["--fix"]
|
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
|
rev: 26.5.1
|
|
hooks:
|
|
- id: black
|