Skip to content

Commit

Permalink
Exclude .tox/ and .eggs/ from linter (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed Nov 12, 2016
1 parent 5cf1f93 commit d46dc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_code_checks.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

flake8 --max-line-length=80 --exclude=build,docs,scratch,docs,html2text.py,compat.py,xonsh,lib,parser.table.py,parser.out,parser_test_table.py,parser_table.py,completions.py,completions_git.py,tests/data/* .
flake8 --max-line-length=80 --exclude=build,docs,scratch,docs,html2text.py,compat.py,xonsh,lib,parser.table.py,parser.out,parser_test_table.py,parser_table.py,completions.py,completions_git.py,tests/data/*,.tox/,.eggs/ .

0 comments on commit d46dc46

Please sign in to comment.