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.
ruff
1 parent f3d9e2f commit 332ef2dCopy full SHA for 332ef2d
pyproject.toml
@@ -22,5 +22,8 @@ Source = "https://github.com/pypa/pyproject-hooks"
22
Documentation = "https://pyproject-hooks.readthedocs.io/"
23
Changelog = "https://pyproject-hooks.readthedocs.io/en/latest/changelog.html"
24
25
-[tool.isort]
26
-profile = "black"
+[tool.ruff]
+src = ["src", "tests"]
27
+
28
+[tool.ruff.isort]
29
+known-first-party = ["pyproject_hooks", "tests"]
0 commit comments