mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-10 13:54:04 +02:00
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.16.5 → v0.16.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.5...v0.16.6) * test: avoid mired rounding boundary --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bas Nijholt <bas@nijho.lt>
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.6
|
|
hooks:
|
|
- id: ruff
|
|
args: ["--fix"]
|
|
- repo: https://github.com/psf/black-pre-commit-mirror
|
|
rev: 26.5.1
|
|
hooks:
|
|
- id: black
|