Skip to content

Commit 2d65e98

Browse files
Skip setuptools-scm generated _version.py in isort
1 parent fc45719 commit 2d65e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extend-exclude = '''^(.*\/)*\b(migrations)\b($|\/.*$)'''
1313
[tool.isort]
1414
profile = "black"
1515
py_version = "312"
16-
skip = [".tox", ".eggs", "migrations"]
16+
skip = [".tox", ".eggs", "migrations", "_version.py"]
1717

1818
[tool.coverage.run]
1919
parallel = false

0 commit comments

Comments
 (0)