From 191610330c2e755ab5d548d52a7600d7b4043ee7 Mon Sep 17 00:00:00 2001 From: yupix Date: Sat, 28 May 2022 21:07:35 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20pre-commit=E3=81=AE=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..8c91cae --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,11 @@ +# See https://pre-commit.com for more information +# See https://pre-commit.com/hooks.html for more hooks +repos: +- repo: https://github.com/pycqa/isort + rev: 5.10.1 + hooks: + - id: isort +- repo: https://github.com/axiros/axblack + rev: 5f011e46362b8680d686cb7918e849e4cb17e826 + hooks: + - id: black