In master (9641366950276da88af626d0898676195df8d83a) the lint tests dependencies list lacks ShellCheck. This PR fixes it.
Also lint-python.sh
is slightly improved.
In master (9641366950276da88af626d0898676195df8d83a) the lint tests dependencies list lacks ShellCheck. This PR fixes it.
Also lint-python.sh
is slightly improved.
88@@ -81,14 +89,6 @@ enabled=(
89 W606 # 'async' and 'await' are reserved keywords starting with Python 3.7
90 )
91
92-if ! command -v flake8 > /dev/null; then
Does this cause any problems?
I think I prefer leaving it here; to have the list of exceptions (a “constant”) above the code as much as possible.
I think I prefer leaving it here; to have the list of exceptions (a “constant”) above the code as much as possible.
Agree. Fixed.
test/README.md contains comprehensive install instructions.
hebasto
practicalswift
promag
laanwj
Labels
Tests