https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 9d31330c4ca1d0396166387c54d13483e0020a2f authored by Nicola Soranzo on 02 November 2022, 15:32:02 UTC
Merge branch 'release_20.05' into release_20.09
Tip revision: 9d31330
autopep8.sh
exclude=$(sed -e 's|^|./|' -e 's|/$||' .ci/flake8_blacklist.txt | paste -s -d ',' - )
autopep8 -i -r --exclude $exclude --select E11,E101,E127,E201,E202,E22,E301,E302,E303,E304,E306,E711,W291,W292,W293,W391 ./lib/ ./test/
back to top