Skip to content

Commit

Permalink
Move all sources to blacklist instead of inline.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Jul 23, 2015
1 parent 30d7d9a commit 134e2b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/flake8_wrapper.sh
Expand Up @@ -2,7 +2,7 @@

set -e

flake8 --exclude client/,database/,.venv/,`paste -sd, .ci/pep8_sources.txt` .
flake8 --exclude `paste -sd, .ci/pep8_sources.txt` .

# Look for obviously broken stuff lots more places.
flake8 --select=E901,E902,F821,F822,F823,F831 --exclude lib/galaxy/util/pastescript/serve.py,lib/pkg_resources.py lib/ test/{api,unit}
3 changes: 3 additions & 0 deletions .ci/pep8_sources.txt
@@ -1,4 +1,7 @@
.venv/
contrib/
client/
database/
doc/patch.py
doc/source/conf.py
lib/galaxy/model/migrate/versions/
Expand Down

0 comments on commit 134e2b4

Please sign in to comment.