https://github.com/galaxyproject/galaxy
Raw File
Tip revision: a25e9af5fd5d1bf697cc78bbd0f44595ffd269ae authored by John Chilton on 27 September 2017, 17:59:35 UTC
Version 17.9.9
Tip revision: a25e9af
flake8_wrapper_docstrings.sh
#!/bin/bash

set -e

flake8 `paste .ci/flake8_docstrings_include_list.txt`
back to top