Skip to content

Commit

Permalink
Skip gitignored files in isort
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpap committed Oct 11, 2023
1 parent a689d7c commit 108a14c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/bokeh/.isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ balanced_wrapping=True
line_length=88
multi_line_output=0
combine_as_imports=True
skip_gitignore=True

import_heading_stdlib=
import_heading_thirdparty=
Expand Down
1 change: 1 addition & 0 deletions examples/.isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ balanced_wrapping=True
line_length=88
multi_line_output=0
combine_as_imports=True
skip_gitignore=True

import_heading_stdlib=
import_heading_thirdparty=
Expand Down
1 change: 1 addition & 0 deletions release/.isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ force_grid_wrap=4
line_length=165
multi_line_output=3
combine_as_imports=True
skip_gitignore=True

indented_import_headings=False
include_trailing_comma=True
Expand Down
1 change: 1 addition & 0 deletions src/bokeh/.isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ force_grid_wrap=4
line_length=165
multi_line_output=3
combine_as_imports=True
skip_gitignore=True

indented_import_headings=False
include_trailing_comma=True
Expand Down
1 change: 1 addition & 0 deletions tests/.isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ force_grid_wrap=4
line_length=165
multi_line_output=3
combine_as_imports=True
skip_gitignore=True

indented_import_headings=False
include_trailing_comma=True
Expand Down

0 comments on commit 108a14c

Please sign in to comment.