aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2021-11-26 12:38:47 +0100
committerJ08nY2021-11-26 12:38:47 +0100
commit144eae829c7cac5270d3831e3b42d39817678e98 (patch)
treea19313303c900e52c2b1e440b148fc509e22cdb5 /Makefile
parentda1022d678aa6e5e8036d5f0046320a9659cd8ac (diff)
downloadpyecsca-144eae829c7cac5270d3831e3b42d39817678e98.tar.gz
pyecsca-144eae829c7cac5270d3831e3b42d39817678e98.tar.zst
pyecsca-144eae829c7cac5270d3831e3b42d39817678e98.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bee57d7..b4a5967 100644
--- a/Makefile
+++ b/Makefile
@@ -34,10 +34,10 @@ docstyle:
pydocstyle pyecsca --ignore=D1,D203,D212 -e --count
black:
- black pyecsca
+ black --exclude pyecsca/ec/{std,efd} pyecsca
black-all:
- black pyecsca test
+ black --exclude pyecsca/ec/{std,efd} pyecsca test
perf: ${PERF_SCRIPTS}
mkdir -p .perf