Skip to content

Commit

Permalink
Tell isort to skip setuptools-scm's generated _version.py because i…
Browse files Browse the repository at this point in the history
…t fails on style of import (#1598)

- specifically change in v8.2.0 of setuptools pypa/setuptools-scm@24d7797
  • Loading branch information
tamuri authored Feb 25, 2025
1 parent 63b2416 commit c466a38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ include_trailing_comma = true
line_length = 100
known_first_party = "tlo"
default_section = "THIRDPARTY"
skip = ["src/tlo/_version.py"]

[tool.pylint.main]
extension-pkg-whitelist = ["numpy"]
Expand Down

0 comments on commit c466a38

Please sign in to comment.