Skip to content

Commit 73f46df

Browse files
committed
🧱 Idk what this stuff is called but its important
1 parent 8836f6c commit 73f46df

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.pre-commit-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
repos:
2+
- repo: https://github.com/psf/black
3+
rev: stable
4+
hooks:
5+
- id: black

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[tool.black]
2+
line-length = 88
3+
skip-string-normalization = false
4+
target-version = ['py312']

0 commit comments

Comments
 (0)