1 Star 0 Fork 0

uniwatch/prefect

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.ruff.toml 749 Bytes
一键复制 编辑 原始数据 按行查看 历史
src = ["src"]
# Use Ruff for sorting imports
lint.extend-select = ["I"]
# Do not enforce line length; black does this for code and we do not care about comments / docs
lint.ignore = ["E501"]
[lint.per-file-ignores]
# Do not enforce usage and import order rules in init files
"__init__.py" = ["E402", "F401", "I"]
"main.py" = ["E402", "F401", "I"]
# Do not fix import in compatibility module
"src/prefect/utilities/compat.py" = ["F401", "I"]
# Allow wild imports in conftest
"tests/conftest.py" = ["F405", "E402", "F403"]
# Allow fake items in __all__ for runtime
"src/prefect/runtime/*" = ["F822"]
# Do not enforce line length limits in migrations
"src/prefect/server/database/migrations/**/*" = ["E501"]
[lint.isort]
known-third-party = []
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/watching/prefect.git
git@gitee.com:watching/prefect.git
watching
prefect
prefect
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385