aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRaul Farkas <raul.farkas@arm.com>2022-07-14 17:05:47 +0100
committerRaul Farkas <raul.farkas@arm.com>2022-07-20 14:44:08 +0100
commit7a09acbd1bccc9a7f81d79ed57259a0d32aa6873 (patch)
tree929695eb55a14a9fc9486d6d5917edbd9cce6cfc /setup.cfg
parentc9b4089b3037b5943565d76242d3016b8776f8d2 (diff)
downloadmlia-7a09acbd1bccc9a7f81d79ed57259a0d32aa6873.tar.gz
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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
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