代码拉取完成,页面将自动刷新
[tool:pytest]
# Look for any python file, the default of test_*.py wouldn't work for us
python_files=*.py
# Also run doctestsi
addopts = --doctest-modules --tb=native --assert=plain --strict-markers -r sfEi --color=yes
norecursedirs=src/toil/test/cwl/spec*
# List all the pytest markers that we use. If you add new markers make sure to
# list them here.
markers =
appliance
aws_batch
aws_ec2
aws_s3
celery
cwl
docker
docker_cuda
encryption
fetchable_appliance
google_project
google_storage
gridengine
htcondor
integrative
java
kubernetes
local_cuda
lsf
mesos
online
rsync
server_mode
slow
slurm
singularity
torque
wes_server
conformance
cwl_small_log_dir
cwl_small
wdl
[flake8]
# for compatability with the "black" Python code formatter
max-line-length = 88
select = C,E,F,W,B,B950
ignore = E203, E501, W503
[mypy]
show_error_context = true
show_column_numbers = true
show_error_codes = true
pretty = true
warn_unused_configs = True
disallow_any_generics = True
disallow_subclassing_any = False
disallow_untyped_defs = True
disallow_incomplete_defs = True
check_untyped_defs = True
no_implicit_optional = True
warn_redundant_casts = True
warn_unused_ignores = True
warn_return_any = True
implicit_reexport = False
strict_equality = True
no_warn_no_return = True
[mypy-toil.cwl.*]
strict = True
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。