Skip to content

Commit

Permalink
Updated to latest flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
drhagen committed Nov 16, 2016
1 parent 88b149e commit 05a69b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions parsita/metaclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,5 @@ class TextParsers(metaclass=TextParsersMeta):
"""
pass


__all__ = ['ForwardDeclaration', 'fwd', 'GeneralParsers', 'TextParsers']
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flake8>=3.0.3
flake8>=3.2.0
pep8-naming
flake8-quotes
pytest
pytest-cov
pytest-cov

0 comments on commit 05a69b0

Please sign in to comment.