1 Star 0 Fork 0

zcyong/ursina

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 317 Bytes
一键复制 编辑 原始数据 按行查看 历史
pokepetter 提交于 2023-09-19 23:02 . added ruff linting rules.
[tool.ruff]
# Allow lines to be as long as 120 characters.
line-length = 300
# Allow F403:`from my_module import *`, E402:import not at top of file, E722:bare except, E405:undefined or from star import
ignore = ["F403", "E402", "E722", "E405"]
builtins = ["base", "loader", "render", "globalClock", "LEVEL_EDITOR"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhchyong/ursina.git
git@gitee.com:zhchyong/ursina.git
zhchyong
ursina
ursina
master

搜索帮助