Skip to content

Commit

Permalink
🧱 Idk what this stuff is called but its important
Browse files Browse the repository at this point in the history
  • Loading branch information
zachlagden committed Oct 20, 2024
1 parent 8836f6c commit 73f46df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
repos:
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[tool.black]
line-length = 88
skip-string-normalization = false
target-version = ['py312']

0 comments on commit 73f46df

Please sign in to comment.