Skip to content

Commit

Permalink
Change version of flake8-tuple
Browse files Browse the repository at this point in the history
The version of flake8-tuple that we were using, was removed from PyPI
due to it missing tests.

ar4s/flake8_tuple#24

0.4.0 should be exactly the same code but with the tests included.
  • Loading branch information
abatilo committed Jul 7, 2019
1 parent 9febc07 commit af38c7c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers=[

[tool.poetry.dependencies]
python = "==3.7.*"
flake8-tuple = "^0.4.0"

[tool.poetry.dev-dependencies]
flake8 = "^3.7"
Expand All @@ -31,7 +32,6 @@ flake8-deprecated = "^1.3"
flake8-mutable = "^1.2"
flake8-builtins = "^1.4"
flake8-bugbear = "^19.3"
flake8-tuple = "^0.3.1"
flake8-blind-except = "^0.1.1"
flake8-class-newline = "^1.6"
flake8-import-order = "^0.18.1"
Expand Down

0 comments on commit af38c7c

Please sign in to comment.