-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathsetup.cfg
More file actions
34 lines (30 loc) · 746 Bytes
/
setup.cfg
File metadata and controls
34 lines (30 loc) · 746 Bytes
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
32
33
34
[bdist_wheel]
universal = 1
# https://docs.pytest.org/en/latest/goodpractices.html#integrating-with-setuptools-python-setup-py-test-pytest-runner
[aliases]
test=pytest
[flake8]
#ignore = F821,F401,B101
exclude = .git,__pycache__,build,dist,.tox,.eggs,.direnv,docs/conf.py
max_line_length = 120
# flake8-quotes:
inline-quotes = double
[tool:pytest]
# https://pypi.python.org/pypi/pytest-warnings
filterwarnings= ignore
once::DeprecationWarning
[check-manifest]
# https://pypi.python.org/pypi/check-manifest
ignore =
.coveragerc
.pre-commit-config.yaml
.pylintrc
.github
.renovaterc.json
Makefile
dyndns.plist
packaging
packaging/*
tox.ini
requirements-style.txt
requirements.txt