1
0
Fork 0
treelib/scripts/flake8.sh
Daniel Baumann d5b8e0af0d
Adding upstream version 1.6.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 14:32:06 +01:00

3 lines
161 B
Bash
Executable file

#!/bin/bash
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 . --count --max-line-length=127 --exclude docs/source/conf.py --statistics