From 7a09acbd1bccc9a7f81d79ed57259a0d32aa6873 Mon Sep 17 00:00:00 2001 From: Raul Farkas Date: Thu, 14 Jul 2022 17:05:47 +0100 Subject: MLIA-529 Add pre-commit configuration - Add pre-commit configuration file that is used to run a series of hooks on the codebase. - Update setup.cfg to include required pre-commit library when installing MLIA with the [dev] extra require. Change-Id: I8e88cd2bae98c03c20a70a320e82d2eb38ce127c --- setup.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 3021043..b42ce9a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,6 +52,7 @@ dev = pytest-cov==3.0.0 mypy==0.942 pylint==2.13.7 + pre-commit [flake8] # ignored errors -- cgit v1.2.1