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.
2 parents 170b869 + a1c92b0 commit fb3b3e1Copy full SHA for fb3b3e1
1 file changed
pyproject.toml
@@ -72,6 +72,10 @@ pip-sync = "piptools.scripts.sync:cli"
72
73
[tool.isort]
74
profile = "black"
75
+# explicitly mark 'build' as a third-party package
76
+# otherwise, in some executions, `isort` can mistake `piptools.build` for
77
+# `build` and treat it as a first-party module name
78
+known_third_party = ["build"]
79
add_imports = "from __future__ import annotations"
80
81
[tool.mypy]
0 commit comments