/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.pre-commit-config.yaml
100 строк
3 KB
renovate[bot]
chore(pre-commit): update crate-ci/typos to v1.49.0
10 авг 2026, 20:59
Не верифицирован
10 авг 2026, 20:59
d4f7184
Код
Авторство
О чём код?
default_stages: [pre-commit] minimum_pre_commit_version: 3.2.0 # for "default_stages" names repos: - repo: https://github.com/crate-ci/committed rev: v1.1.11 hooks: - id: committed args: - --config=.config/committed.toml - --fixup - --wip - --commit-file - repo: https://github.com/scop/pre-commit-shfmt rev: v3.13.1-1 hooks: - id: shfmt types: [text] files: ^(bash_completion|completions-(core|fallback)/.+\.bash|startup-core/.+\.bash|test/(config/bashrc|fixtures/.+/bin/.+|runLint|update-test-cmd-list)|.+\.sh(\.in)?)$ - repo: https://github.com/shellcheck-py/shellcheck-py rev: v0.11.0.1 hooks: - id: shellcheck args: [-f, gcc] types: [text] files: ^(bash_completion|completions-(core|fallback)/.+\.bash|startup-core/.+\.bash|test/(config/bashrc|fixtures/.+/bin/.+|runLint|update-test-cmd-list)|.+\.sh(\.in)?)$ require_serial: false # We disable SC1090 anyway, so parallel is ok - repo: local hooks: - id: update-test-cmd-list name: update-test-cmd-list language: script entry: test/update-test-cmd-list files: ^test/t/.+\.py$ pass_filenames: false - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.15.20 hooks: - id: ruff-check types: [text] files: ^(helpers-core/python|.+\.py)$ - id: ruff-format types: [text] files: ^(helpers-core/python|.+\.py)$ - repo: local hooks: - id: mypy name: mypy language: python additional_dependencies: - venv-run==0.2.0 entry: venv-run mypy args: [--config-file=test/setup.cfg] types: [python] # Intentionally not run on helpers-core/python (we support very old versions) exclude: ^completions-(core|fallback)/|^test/fixtures/pytest/ - repo: https://github.com/perltidy/perltidy rev: "20250912" hooks: - id: perltidy types: [text] files: ^(helpers-core/perl|.+\.p[ml])$ - repo: https://github.com/scop/pre-commit-perlcritic rev: v1.156-1 hooks: - id: perlcritic args: [--quiet, --verbose, "5"] types: [text] files: ^(helpers-core/perl|.+\.p[ml])$ - repo: https://github.com/rvben/rumdl-pre-commit rev: v0.1.96 hooks: - id: rumdl-fmt - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: - id: check-case-conflict - id: check-illegal-windows-names - repo: https://github.com/crate-ci/typos rev: v1.49.0 hooks: - id: typos exclude: ^(CHANGELOG\.md|test/(test-cmd-list\.txt|fixtures/.+))$ - repo: https://github.com/zizmorcore/zizmor-pre-commit rev: v1.29.0 hooks: - id: zizmor files: '^.github/.*$'