Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Jul 15, 2020
1 parent 56baaee commit e605d51
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/configuration/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,17 @@ Use the old deprecated finder logic that relies on environment introspection mag
- --old-finders
- --magic-placement

## Remove Redundant Aliases

Tells isort to remove redundant aliases from imports, such as import os as os. This defaults to false simply because some projects use these seemingly useless alias to signify intent and change behaviour.

**Type:** Bool
**Default:** `False`
**Python & Config File Name:** remove_redundant_aliases
**CLI Flags:**

- --remove-redundant-aliases

## Check

Checks the file for unsorted / unformatted imports and prints them to the command line without modifying the file.
Expand Down

0 comments on commit e605d51

Please sign in to comment.