Browse Source

Update 'README.md'

天问 1 week ago
parent
commit
7835cad87f
1 changed files with 9 additions and 0 deletions
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -20,6 +20,15 @@ pre-commit autoupdate
 ```
 
 
+python 代码格式化添加:
+
+```
+  - repo: https://github.com/psf/black
+    rev: 25.1.0
+    hooks:
+        - id: black
+```
+
 ## Reference
 
 [docs](https://pre-commit.com/#intro)