Skip to content

Commit c466a38

Browse files
authored
Tell isort to skip setuptools-scm's generated _version.py because it fails on style of import (#1598)
- specifically change in v8.2.0 of setuptools pypa/setuptools-scm@24d7797
1 parent 63b2416 commit c466a38

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
@@ -87,6 +87,7 @@ include_trailing_comma = true
8787
line_length = 100
8888
known_first_party = "tlo"
8989
default_section = "THIRDPARTY"
90+
skip = ["src/tlo/_version.py"]
9091

9192
[tool.pylint.main]
9293
extension-pkg-whitelist = ["numpy"]

0 commit comments

Comments
 (0)