mirror of
https://github.com/283375/arcaea-offline-ocr-model.git
synced 2025-04-04 14:10:18 +00:00
12 lines
139 B
TOML
12 lines
139 B
TOML
[tool.black]
|
|
force-exclude = '''
|
|
(
|
|
.*_rc.py
|
|
| .*_ui.py
|
|
)
|
|
'''
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
extend_skip_glob = ["*_rc.py", "*_ui.py"]
|