Skip to content

Commit 9a7ca98

Browse files
[CI] Adds pre-commit file to enforce formatting locally
1 parent 582045d commit 9a7ca98

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-config.yaml

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

0 commit comments

Comments
 (0)