Skip to content

Commit 2d823d2

Browse files
Resolve #1460: Exclude svn and bzr repo files by default
1 parent 5d984fc commit 2d823d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

isort/settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,14 @@
5454
".hg",
5555
".mypy_cache",
5656
".nox",
57+
".svn",
58+
".bzr",
5759
"_build",
5860
"buck-out",
5961
"build",
6062
"dist",
6163
".pants.d",
64+
".direnv",
6265
"node_modules",
6366
}
6467
)

0 commit comments

Comments
 (0)