We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17916f9 commit ab5ec07Copy full SHA for ab5ec07
doc/source/changelog/1251.maintenance.md
@@ -0,0 +1 @@
1
+Ensure consistent isort behavior between ruff and pre-commit
pyproject.toml
@@ -115,7 +115,8 @@ convention = "numpy"
115
[tool.ruff.lint.isort]
116
combine-as-imports = true
117
force-sort-within-sections = true
118
-known-first-party = ["ansys.health.heart"]
+# Ensures all `ansys` imports are considered first party
119
+known-first-party = ["ansys.health.heart", "ansys"]
120
121
[tool.coverage.run]
122
source = ["ansys.health.heart"]
0 commit comments