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