small fixes

This commit is contained in:
Fangjun Kuang 2023-07-22 11:04:22 +08:00
parent 8fde3d9755
commit 51709f7b94

View File

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