Skip to content

Commit f5a58ae

Browse files
author
Joseph G. Shuttleworth
committed
Tell isort to skip _version.py
1 parent 2258c22 commit f5a58ae

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,7 @@ include = ["pcpostprocess", "pcpostprocess.scripts", "pcpostprocess.*"]
6161

6262
[project.urls]
6363
Homepage = "https://github.com/CardiacModelling/pcpostprocess"
64-
Source = "https://github.com/CardiacModelling/pcpostprocess"
64+
Source = "https://github.com/CardiacModelling/pcpostprocess"
65+
66+
[tool.isort]
67+
skip = ["_version.py"]

0 commit comments

Comments
 (0)