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.
ACK 0f7051a02091bd87d2502b8249f5ad977f3a0b84 -- diff looks correct
ACK 0f7051a02091bd87d2502b8249f5ad977f3a0b84.
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.
Your suggestion LGTM.
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.
ACK 80c9e66ab84f8cecc2bf2eebf508a5aad8911246, verified internal and external links. Nice looking table.