summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-10-05 08:02:40 +0300
committerLars Wirzenius <liw@liw.fi>2020-10-05 08:02:40 +0300
commitcbb605173e01d911a299d21601238bba244f584a (patch)
treeadae47564db22f9e7542291e27e031d7bb65066e /check
parent9dd03cc102bd52393d7c7582752cf808b2c2445a (diff)
downloadsubplot-cbb605173e01d911a299d21601238bba244f584a.tar.gz
test: lint lib/*.py in ./check
Finds nothing right now, but good to do for future changes.
Diffstat (limited to 'check')
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 7ef8fd2..47857d2 100755
--- a/check
+++ b/check
@@ -46,7 +46,7 @@ docgen() {
if command -v flake8 > /dev/null
then
- $hideok flake8 templates/python --exclude=template.py
+ $hideok flake8 templates/python lib/*.py --exclude=template.py
fi
$hideok cargo build --all-targets