From 15f9eaf87a2a12a30d98295c6265769fdaae51ae Mon Sep 17 00:00:00 2001 From: DingGGu Date: Wed, 20 Sep 2023 17:30:22 +0900 Subject: [PATCH] Add .pre-commit-hooks --- .pre-commit-hooks.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .pre-commit-hooks.yaml diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..67c53f6 --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,7 @@ +--- +- id: yamlfixer + name: yamlfixer + entry: yamlfixer + language: python + language_version: python3 + types: [yaml] \ No newline at end of file