Replace configuration.toml with config.yml

This commit is contained in:
kagami 2024-04-25 22:37:06 +08:00
parent 6a969358af
commit d9967f91ce
2 changed files with 2 additions and 2 deletions

2
config.yml Normal file
View File

@ -0,0 +1,2 @@
recommend:
workflows: ["unit_tests", "commit", "docstring", "comments", "fix", "explain", "refactor"]

View File

@ -1,2 +0,0 @@
[recommend]
workflows = ["unit_tests", "commit", "docstring", "comments", "fix", "explain", "refactor"]