summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
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