/
githubmirror
/
libxmlb
Обзор
Документация
Войти
/
githubmirror
/
libxmlb
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.pre-commit-config.yaml
42 строки
1 KB
Richard Hughes
trivial: Remove the duplicate (and legally pointless) '(C)' from copyright lines
27 апр 2024, 19:03
27 апр 2024, 19:03
45a3a58
Код
Авторство
О чём код?
default_stages: [commit] repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.0.1 hooks: - id: no-commit-to-branch args: [--branch, main, --pattern, 0_.*_X] - id: check-added-large-files - id: check-byte-order-marker - id: check-executables-have-shebangs - id: forbid-new-submodules - id: check-yaml exclude: '.clang-format' - id: check-xml - id: end-of-file-fixer types_or: [c, shell, python] - id: trailing-whitespace types_or: [c, shell, python, xml] - id: check-docstring-first - id: check-merge-conflict - id: mixed-line-ending args: [--fix=lf] - repo: https://github.com/ambv/black rev: 22.3.0 hooks: - id: black - repo: local hooks: - id: check-null-false-returns name: check for null / false return mistmatch language: script entry: ./contrib/ci/check-null-false-returns.py - id: clang-format name: clang-format language: script entry: ./contrib/reformat-code.py types: [c] - id: check-license name: Check license header types_or: [shell, c, python] language: script entry: ./contrib/ci/check-license.py