Skip to content

Commit 7576df8

Browse files
committed
[ignore] add pre commit for black
1 parent 5983dc9 commit 7576df8

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.pre-commit-config.yaml

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: 26.3.1
4+
hooks:
5+
- id: black

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tool.black]
2+
line-length = 159

0 commit comments

Comments
 (0)