19 Star 69 Fork 0

Gitee 极速下载 / wagtail

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/wagtail/wagtail
克隆/下载
ruff.toml 668 Bytes
一键复制 编辑 原始数据 按行查看 历史
zerolab 提交于 2023-07-13 20:02 . Drop support for Python 3.7
# D100: Missing docstring in public module
# D101: Missing docstring in public class
# D102: Missing docstring in public method
# D103: Missing docstring in public function
# D105: Missing docstring in magic method
# N806: Variable in function should be lowercase
# E501: Line too long
ignore = ["D100","D101","D102","D103","D105","N806","E501"]
exclude = ["wagtail/project_template/*","node_modules","venv",".venv","migrations"]
line-length = 88
target-version = "py38" # minimum target version
# E: pycodestyle errors
# F: Pyflakes
# I: isort
# T20: flake8-print
# BLE: flake8-blind-except
# C4: flake8-comprehensions
select = ["E", "F", "I", "T20", "BLE", "C4"]
Python
1
https://gitee.com/mirrors/wagtail.git
git@gitee.com:mirrors/wagtail.git
mirrors
wagtail
wagtail
main

搜索帮助