aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b129bd9a..6ad4fb98 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -45,6 +45,9 @@ doc = [
"sphinx",
"tomli; python_version < '3.11'"
]
+formatter = [
+ "black ~= 24.1"
+]
[project.urls]
Homepage = "https://github.com/pkgcore/pkgcore"