Skip to content

Commit

Permalink
Merge pull request #34 from Yoctol/updated_flake8
Browse files Browse the repository at this point in the history
version 0.1.0
  • Loading branch information
SoluMilken authored Nov 1, 2018
2 parents 570972f + a16f7d1 commit 2ca6e95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ max-line-length = 100
ignore =
E125,E121,E266,
# print is allowed
T001, T003
T001, T003,
# invalid escape sequence
W605
exclude =
.git
# __pycache__
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
-e .
flake8==3.5.0
flake8-config-yoctol==0.0.9
flake8-config-yoctol>=0.0.11
2 changes: 1 addition & 1 deletion text_normalizer/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.5"
__version__ = "0.1.0"

0 comments on commit 2ca6e95

Please sign in to comment.