icefall/pyproject.toml
2024-10-22 17:27:51 +08:00

16 lines
221 B
TOML

[tool.isort]
profile = "black"
skip = ["icefall/__init__.py"]
[tool.black]
line-length = 88
exclude = '''
/(
\.git
| \.github
)/
| icefall\/__init__\.py
| icefall\/diagnostics\.py
| icefall\/profiler\.py
'''