/
githubmirror
/
wheel
Обзор
Документация
Войти
/
githubmirror
/
wheel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.pre-commit-config.yaml
46 строк
1 KB
pre-commit-ci[bot]
[pre-commit.ci] pre-commit autoupdate (#691)
14 июл 2026, 18:13
Не верифицирован
14 июл 2026, 18:13
33650c6
Код
Авторство
О чём код?
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: - id: check-added-large-files - id: check-case-conflict - id: check-merge-conflict - id: check-symlinks - id: check-toml - id: check-yaml - id: debug-statements - id: end-of-file-fixer - id: mixed-line-ending args: ["--fix=lf"] - id: trailing-whitespace exclude: "tests/commands/test_convert.py" - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.15.20 hooks: - id: ruff-check args: [--fix, --show-fixes] - id: ruff-format - repo: https://github.com/codespell-project/codespell rev: v2.4.2 hooks: - id: codespell - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.10.0 hooks: - id: rst-backticks - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/henryiii/check-sdist rev: v1.5.0 hooks: - id: check-sdist args: [--inject-junk] additional_dependencies: - flit-core ci: autoupdate_schedule: quarterly