Skip to content

Commit

Permalink
Updated flake8 config.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClerx committed Jul 11, 2018
1 parent f28aab0 commit b5ffd8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[flake8]
filename=
*.py,
./test
exclude=
./dev,
./.git,
Expand Down
2 changes: 1 addition & 1 deletion test
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ def run_mmt_files(path):

# Run all
glob = '*.mmt'
found = False
for fn in fnmatch.filter(os.listdir(path), glob):
# Load and run
try:
Expand Down Expand Up @@ -166,6 +165,7 @@ def run_mmt_files(path):
# Return error status 0
return error


def run_publication_examples():
"""
Runs all publication examples.
Expand Down

0 comments on commit b5ffd8f

Please sign in to comment.