File: setup.cfg

package info (click to toggle)
radicale 3.5.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,004 kB
  • sloc: python: 13,017; javascript: 1,144; sh: 269; xml: 93; makefile: 38; perl: 20
file content (24 lines) | stat: -rw-r--r-- 466 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
[flake8]
# Only enable default tests (https://github.com/PyCQA/flake8/issues/790#issuecomment-812823398)
# DNE: DOES-NOT-EXIST
select = E,F,W,C90,DNE000
ignore = E121,E123,E126,E226,E24,E704,W503,W504,DNE000,E501,E261
exclude = .git,
    __pycache__,
    build,
    dist,
    *.egg,
    *.egg-info,
    *.eggs,
    *.pyc,
    *.pyo,
    *.pyd,
    .tox,
    venv,
    venv3,
    .venv,
    .venv3,
    .env,
    .mypy_cache,
    .pytest_cache
extend-exclude = build