Skip to content

Commit

Permalink
Upgrade isort to 4.2.2.
Browse files Browse the repository at this point in the history
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
1 parent 6dcb994 commit 45c66da
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 45c66da

Please sign in to comment.