minor fixes.

This commit is contained in:
Fangjun Kuang 2022-07-11 10:26:12 +08:00
parent c3c415fb73
commit 3d764c8149

View File

@ -1,11 +0,0 @@
[tool.isort]
profile = "black"
[tool.black]
line-length = 80
exclude = '''
/(
\.git
| \.github
)/
'''