aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-07-07 02:21:08 -0700
committerFuwn <[email protected]>2025-07-07 02:21:08 -0700
commit0ba6c81033faa9fa172e732fa203fa82105428f2 (patch)
tree5f515852c110ecf2b0697d36f7cbd8ce01b8e03b /pyproject.toml
parentfeat(constants): Update default countries (diff)
downloadoguri-0ba6c81033faa9fa172e732fa203fa82105428f2.tar.xz
oguri-0ba6c81033faa9fa172e732fa203fa82105428f2.zip
style: Replace Black with YAPF
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 55631d7..8d2962b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,9 @@ build-backend = "hatchling.build"
[tool.rye]
managed = true
-dev-dependencies = ["black>=25.1.0"]
+dev-dependencies = [
+ "yapf>=0.43.0",
+]
[tool.hatch.metadata]
allow-direct-references = true