From d9967f91cefd6f125f893c9ef5dae90617071361 Mon Sep 17 00:00:00 2001 From: kagami Date: Thu, 25 Apr 2024 22:37:06 +0800 Subject: [PATCH] Replace configuration.toml with config.yml --- config.yml | 2 ++ configuration.toml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 config.yml delete mode 100644 configuration.toml diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..cc715e4 --- /dev/null +++ b/config.yml @@ -0,0 +1,2 @@ +recommend: + workflows: ["unit_tests", "commit", "docstring", "comments", "fix", "explain", "refactor"] \ No newline at end of file diff --git a/configuration.toml b/configuration.toml deleted file mode 100644 index aced228..0000000 --- a/configuration.toml +++ /dev/null @@ -1,2 +0,0 @@ -[recommend] -workflows = ["unit_tests", "commit", "docstring", "comments", "fix", "explain", "refactor"]