Skip to content

Commit

Permalink
Set flake8 to >=3.7.7,<4 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 5, 2019
1 parent 5063cc0 commit 4e34234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -96,8 +96,8 @@ def get_git_commit_datetime() -> str:
TESTS_REQUIRE = [
"black>=19.3b0,<20;python_version>'3.6'",
'coveralls==1.2.0',
'flake8-docstrings==1.3.0',
'flake8==3.7.7',
'flake8-docstrings>=1.3.0,<2',
'flake8>=3.7.7,<4',
'mock-open>=1.3.1,<1.4',
'mypy>=0.710,<0.8',
'pydocstyle==3.0.0',
Expand Down

0 comments on commit 4e34234

Please sign in to comment.