We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated the linked URL for the official configuration, as the previous one (`/options/`) was broken.
Add extra_standard_library
Note on outdated information
Added `profile` setting, with a link to available profiles.
Add missing reverse_relative option documentation
Clarify that the "Full reference of isort settings" is not the correct names for command line.
Add filter_files configuration setting
Fix a typo: THIRDPARY -> THIRDPARTY.
Updated isort Settings (markdown)
Examples for default_section to show it is uppercase
Update force_grid_wrap information.
Add known_future_library and description to list of settings
Add lines_between_types setting (see https://github.com/timothycrosley/isort/issues/589)
turn a dash into underscore in virtual_env arg
document --virtual-env argument in the wiki
fix typo: there -> their
Add force_grid_wrap
Fix Typos
Removed dot of setup.cfg config file
Fixed typo (their -> they're)
Indented the 'from_first' example so that it is indented like the bullet point it belongs to.