From 010adbd156ba928ba6e832de3cf6c98a91dae239 Mon Sep 17 00:00:00 2001 From: Eric Prestat Date: Sat, 28 Oct 2023 23:19:52 +0200 Subject: [PATCH] Add pre-commit configuration file --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 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..b737c85f3 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,6 @@ +repos: + - repo: https://github.com/psf/black + # Version can be updated by running "pre-commit autoupdate" + rev: 23.10.1 + hooks: + - id: black