From 61684f9a4691449dc8aa129976789e3feab2b713 Mon Sep 17 00:00:00 2001 From: Benjamin Klimczak Date: Mon, 8 Aug 2022 16:29:21 +0100 Subject: MLIA-571 Use tox to run additional project tasks - Remove coverage from the pre-commit hooks as it takes too long and is not really suited to be a pre-commit hook - Added tox environments: - 'coverage': Run the code coverage. The code coverage was moved from the pre-commit hooks to tox. - 'lint': Run the pre-commit hooks - 'build': Build a distribution of MLIA - 'docs': Create documentation from the source code. Directory docs/ was added and copyright and license information add to files. Change-Id: Ife92b68043295ce41a0f2352ee2b2878329f4953 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 10995f4..128574c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -80,4 +80,4 @@ wordlist=he,she,him,her,his,hers # Exact list: Words to lint as whole words exactly as entered # exactlist= # Files that should not be checked by blocklint. -skip_files=LICENSES/CC-PDDC.txt +skip_files=LICENSES/CC-PDDC.txt,docs/source/conf.py -- cgit v1.2.1