1 Star 0 Fork 1

王老四/django-rest-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 631 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ryan P Kilby 提交于 2019-10-22 11:18 . Update linter requirements (#7010)
[metadata]
license_file = LICENSE.md
[tool:pytest]
addopts=--tb=short --strict -ra
testspath = tests
[flake8]
ignore = E501,W504
banned-modules = json = use from rest_framework.utils import json!
[isort]
skip=.tox
atomic=true
multi_line_output=5
known_standard_library=types
known_third_party=pytest,_pytest,django,pytz,uritemplate
known_first_party=rest_framework,tests
[coverage:run]
# NOTE: source is ignored with pytest-cov (but uses the same).
source = .
include = rest_framework/*,tests/*
branch = 1
[coverage:report]
include = rest_framework/*,tests/*
exclude_lines =
pragma: no cover
raise NotImplementedError
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Wang_LaoSi/django-rest-framework.git
[email protected]:Wang_LaoSi/django-rest-framework.git
Wang_LaoSi
django-rest-framework
django-rest-framework
master

搜索帮助