Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Sep 5, 2013
1 parent 7a3ed05 commit 49f5f80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
isort
=====

isort your python imports you so you don't have to.
isort your python imports for you so you don't have to.

isort is a Python utility / library to sort imports alphabetically, and automatically separated into sections.
It provides a command line utility, Python library, and Kate plugin to quickly sort all your imports.
Expand Down Expand Up @@ -137,6 +137,7 @@ If you find the default isort settings do not work well for your project, isort
the behavior.

To configure isort for a single user create a ~/.isort.cfg file:

[settings]
line_length=120
force_to_top=file1.py,file2.py
Expand Down

0 comments on commit 49f5f80

Please sign in to comment.