Resolve "Flake8 in CI does not pass due to wrongful consideration of yaml file as a python file"
Merged
requested to merge 65-flake8-in-ci-does-not-pass-due-to-wrongful-consideration-of-yaml-file-as-a-python-file into master
All threads resolved!
Compare changes
- Jon Azpiazu authored
+ 1
− 1
@@ -2,7 +2,7 @@
@@ -2,7 +2,7 @@
- find . -type f -executable ! -name "*.*" -exec awk ' /^#!.*python/{print FILENAME} {nextfile}' {} + > /tmp/python_files
- sort /tmp/python_files | uniq | xargs ${PYTHON_VERSION} -m flake8 --max-line-length 120 --statistics --show-source