We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79c925 commit c3e7ed3Copy full SHA for c3e7ed3
1 file changed
.pre-commit-config.yaml
@@ -0,0 +1,6 @@
1
+repos:
2
+ - repo: https://github.com/psf/black
3
+ rev: 24.10.0 # 固定版本(非常重要)
4
+ hooks:
5
+ - id: black
6
+ language_version: python3
0 commit comments