File: setup.cfg

package info (click to toggle)
zope.testrunner 8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,616 kB
  • sloc: python: 6,732; makefile: 15
file content (31 lines) | stat: -rw-r--r-- 725 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[flake8]
doctests = 1
builtins = 
	layerx
per-file-ignores = 
	src/zope/testrunner/tests/test_runner.py: E701
	src/zope/testrunner/tests/testrunner-ex/sample2/sampletests_ntds.py: E702
	src/zope/testrunner/tests/testrunner-ex/sample3/sampletests_d.py: E702
	src/zope/testrunner/tests/testrunner-ex/sample2/sampletests_1.py: F821

[check-manifest]
ignore = 
	.editorconfig
	.meta.toml
	docs/_build/html/_sources/*

[isort]
force_single_line = True
combine_as_imports = True
sections = FUTURE,STDLIB,THIRDPARTY,ZOPE,FIRSTPARTY,LOCALFOLDER
known_third_party = docutils, pkg_resources, pytz
known_zope = 
known_first_party = 
default_section = ZOPE
line_length = 79
lines_after_imports = 2

[egg_info]
tag_build = 
tag_date = 0