代码拉取完成,页面将自动刷新
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 = []
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。