Skip to content

Commit ca5a23b

Browse files
committed
Define local pre-commit checks
1 parent 02678e4 commit ca5a23b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Black version is kept in sync with .github/workflows/code_style.yml
2+
repos:
3+
- repo: https://github.com/psf/black-pre-commit-mirror
4+
rev: 26.1.0
5+
hooks:
6+
- id: black
7+
args: ["--line-length=120"]

0 commit comments

Comments
 (0)