mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
Upgrade isort to 4.2.2.
This gets rid of a file encoding bug that occurs on Windows boxes where
the default implied encoding is cp1252, but the files themselves aren't.
The actual patch that seems to fix this is
1057d5e12e
but it seems like a good idea to upgrade to the latest and greatest.
This commit is contained in:
parent
6dcb994c98
commit
45c66dae42
|
@ -3,4 +3,4 @@ flake8==2.4.0
|
||||||
pep8==1.5.7
|
pep8==1.5.7
|
||||||
|
|
||||||
# Sort and lint imports
|
# Sort and lint imports
|
||||||
isort==3.9.6
|
isort==4.2.2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user