diff options
| author | Fuwn <[email protected]> | 2025-07-07 02:21:08 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-07 02:21:08 -0700 |
| commit | 0ba6c81033faa9fa172e732fa203fa82105428f2 (patch) | |
| tree | 5f515852c110ecf2b0697d36f7cbd8ce01b8e03b /pyproject.toml | |
| parent | feat(constants): Update default countries (diff) | |
| download | oguri-0ba6c81033faa9fa172e732fa203fa82105428f2.tar.xz oguri-0ba6c81033faa9fa172e732fa203fa82105428f2.zip | |
style: Replace Black with YAPF
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
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 |