Skip to content

Commit

Permalink
Document new action comments
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Jun 17, 2021
1 parent cdd0e0d commit f8daed6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/configuration/action_comments.md
Expand Up @@ -106,3 +106,12 @@ import a

!!! tip
isort split is exactly the same as placing an `# isort: on` immediately below an `# isort: off`


## isort: dont-add-imports

Tells isort to not automatically add imports to this file, even if --add-imports is set.

## isort: dont-add-import: [IMPORT_LINE]

Tells isort to not automatically add a particular import, even if --add-imports says to add it.

0 comments on commit f8daed6

Please sign in to comment.