/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
.pre-commit-dev.yaml
18 строк
481 B
Raul Martin
feat: Migrate SCSS to plain CSS with PostCSS, replace Stylelint with Biome (#9584)
12 мар 2026, 20:57
Не верифицирован
12 мар 2026, 20:57
3f31128
Код
Авторство
О чём код?
default_stages: [ manual ] repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.14.9 hooks: # Run the linter. - id: ruff-check args: [ --fix ] # Run the formatter. - id: ruff-format - repo: local hooks: - id: biome-check name: biome-check entry: bash -c 'cd web && yarn biome check . --write --diagnostic-level=error' language: system pass_filenames: false files: ^web/.*