aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index b789cfc..1cc91cf 100644
--- a/justfile
+++ b/justfile
@@ -8,4 +8,4 @@ run *arguments:
rye run oguri {{ arguments }}
format:
- rye run black src/oguri
+ rye run yapf src/oguri --recursive --in-place --style yapf