OdysseyArena / pyproject.toml
beatccjiang's picture
Upload project files to Hugging Face Spaces
4269996 verified
Raw
History Blame Contribute Delete
125 Bytes
[tool.isort]
skip = ["GUI-Light.py"]
skip_glob = ["GUI-Light.py"]
[tool.black]
exclude = '''
/(
GUI-Light.py
)/
'''