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"]