-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
setup.cfg
42 lines (40 loc) · 841 Bytes
/
setup.cfg
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
35
36
37
38
39
40
41
42
[bdist_wheel]
universal = 1
[tool:pytest]
addopts = --cov=open_alchemy --cov=examples/app --cov-config=tests/.coveragerc --flake8 --strict --cov-report xml --cov-report term
markers =
app
artifacts
association
build
cli
code_formatter
column
example
facade
helper
init
integration
mixins
model
models_file
only_this
schemas
slow
sqlalchemy
table_args
utility_base
validation
validate
cache
python_functions = test_*
mocked-sessions = examples.app.database.db.session
flake8-max-line-length = 88
flake8-ignore =
*/types.py:F401
*/models_autogenerated.py E501
*models_auto.py E501
* E721
* W503
[rstcheck]
ignore_messages=(No role entry for "samp")|(Duplicate implicit target name: )|(Hyperlink target .* is not referenced.)