Skip to content

Commit 6bfad98

Browse files
authored
fix: make sure isort skips over files listed as such in the pyproject.toml tool configuration (#968)
1 parent 5a964f1 commit 6bfad98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ profile = "black"
142142
multi_line_output = 3
143143
line_length = 120
144144
skip_gitignore = true
145+
filter_files = true
145146

146147

147148
# https://mypy.readthedocs.io/en/stable/config_file.html#using-a-pyproject-toml

0 commit comments

Comments
 (0)