flake8 reqs: Update flake8-tidy-imports to 1.0.1
- I201 rule that allows you to configure complaining about certain modules being imported, e.g. if you are moving from Python 2 to 3 you could stop urlparse being imported in favour of six.moves.urllib.parse.
This commit is contained in:
parent
b262c34ed9
commit
39fee34b91
@ -11,7 +11,7 @@ flake8-mock==0.2
|
||||
flake8-pep3101==0.3
|
||||
flake8-putty==0.3.2
|
||||
flake8-string-format==0.2.2
|
||||
flake8-tidy-imports==1.0.0
|
||||
flake8-tidy-imports==1.0.1
|
||||
flake8-tuple==0.2.10
|
||||
hacking==0.11.0
|
||||
intervaltree==2.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user