From 3c98410d625f647031ebd9e8732527fea050fa1d Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 7 May 2023 22:04:54 -0700 Subject: [PATCH] init --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 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 000000000..d31238e66 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,5 @@ +repos: + - repo: https://github.com/psf/black + rev: 23.3.0 + hooks: + - id: black \ No newline at end of file