# SPDX-FileCopyrightText: 2024 Matthew Fennell # # SPDX-License-Identifier: AGPL-3.0-only [commands.black] cmd = ["black", "--quiet"] include = ["renew-all"] invoke = "once" ok_exit_codes = 0 type = "tidy" [commands.gitlint] cmd = ["gitlint"] include = "*" invoke = "once" ok_exit_codes = 0 path_args = "none" type = "lint" [commands.mypy] cmd = ["mypy", "--strict"] include = ["renew-all"] ok_exit_codes = 0 type = "lint" [commands.reuse] cmd = ["reuse", "lint"] include = "*" invoke = "once" lint_failure_exit_codes = 1 ok_exit_codes = 0 path_args = "none" type = "lint" [commands.shellcheck] cmd = ["shellcheck", "--severity=style", "--enable=all"] include = ["install-for-prosody"] lint_failure_exit_codes = 1 ok_exit_codes = 0 type = "lint"