Don't install flake8-no-fstring on Python 3.5 :D
This commit is contained in:
parent
0fe32e7562
commit
b6631f5715
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ dev =
|
|||
flake8-2020;python_version>'3.5'
|
||||
flake8-coding
|
||||
flake8-future-import
|
||||
flake8-no-fstring
|
||||
flake8-no-fstring;python_version>'3.5'
|
||||
flake8-pytest
|
||||
flake8-pytest-style;python_version>'3.5'
|
||||
|
||||
|
|
Loading…
Reference in a new issue