From 34dc889ec4c24a956ab2ee948b4022e215c9e745 Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Mon, 9 Dec 2024 10:59:43 +0200 Subject: [PATCH] fix: Skip linting templates --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index df6c052..01983f1 100644 --- a/tox.ini +++ b/tox.ini @@ -56,7 +56,8 @@ commands = codespell {toxinidir}/. --skip {toxinidir}/./.git --skip {toxinidir}/./.tox \ --skip {toxinidir}/./build --skip {toxinidir}/./lib --skip {toxinidir}/./venv \ --skip {toxinidir}/./.mypy_cache \ - --skip {toxinidir}/./icon.svg --skip *.json.tmpl + --skip {toxinidir}/./icon.svg --skip *.json.tmpl \ + --skip {toxinidir}/./src/files/manifests # pflake8 wrapper supports config from pyproject.toml pflake8 {[vars]all_path} isort --check-only --diff {[vars]all_path}