File: setup.cfg

package info (click to toggle)
python-chameleon 4.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,124 kB
  • sloc: python: 6,889; xml: 597; makefile: 79
file content (27 lines) | stat: -rw-r--r-- 567 bytes parent folder | download
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
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[bdist_wheel]
universal = 0

[flake8]
doctests = 1
extend-select = TC1

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

[isort]
force_single_line = True
combine_as_imports = True
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
known_first_party = chameleon
extra_standard_library = _typeshed, typing_extensions
default_section = THIRDPARTY
line_length = 79
lines_after_imports = 2

[tool:pytest]
testpaths = src/chameleon