Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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
PyCQA/isort@1057d5e
but it seems like a good idea to upgrade to the latest and greatest.
  • Loading branch information
akx committed Nov 26, 2015
commit 45c66dae42e440f39b3dee01254415eca9718a64
2 changes: 1 addition & 1 deletion requirements/requirements-codestyle.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ flake8==2.4.0
pep8==1.5.7

# Sort and lint imports
isort==3.9.6
isort==4.2.2