Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ pip-sync = "piptools.scripts.sync:cli"

[tool.isort]
profile = "black"
# explicitly mark 'build' as a third-party package
# otherwise, in some executions, `isort` can mistake `piptools.build` for
# `build` and treat it as a first-party module name
known_third_party = ["build"]
add_imports = "from __future__ import annotations"

[tool.mypy]
Expand Down
Loading