From 73f46dfd811139edcb2ce1dd56fc6579e54bff36 Mon Sep 17 00:00:00 2001 From: Zach Lagden Date: Sun, 20 Oct 2024 20:01:20 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B1=20Idk=20what=20this=20stuff=20is?= =?UTF-8?q?=20called=20but=20its=20important?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yml | 5 +++++ pyproject.toml | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 .pre-commit-config.yml create mode 100644 pyproject.toml diff --git a/.pre-commit-config.yml b/.pre-commit-config.yml new file mode 100644 index 0000000..29bca3f --- /dev/null +++ b/.pre-commit-config.yml @@ -0,0 +1,5 @@ +repos: + - repo: https://github.com/psf/black + rev: stable + hooks: + - id: black diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..327b76d --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,4 @@ +[tool.black] +line-length = 88 +skip-string-normalization = false +target-version = ['py312'] \ No newline at end of file