There was an error while loading. Please reload this page.
1 parent 02678e4 commit ca5a23bCopy full SHA for ca5a23b
1 file changed
.pre-commit-config.yaml
@@ -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