forked from aliev/aioauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (27 loc) · 691 Bytes
/
setup.cfg
File metadata and controls
33 lines (27 loc) · 691 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
[bumpversion]
current_version = 1.4.0
commit = True
tag = True
[bumpversion:file:aioauth/__version__.py]
search = "{current_version}"
replace = "{new_version}"
[tool:pytest]
addopts = -s --strict-markers -vv --cache-clear --maxfail=1 --cov=aioauth --cov-report=term --cov-report=html --cov-branch --no-cov-on-fail
[coverage:run]
branch = True
omit =
site-packages
aioauth/__version__.py
[mypy]
python_version = 3.8
warn_no_return = False
disallow_untyped_defs = False
allow_redefinition = True
[bdist_wheel]
universal = 1
[flake8]
ignore = D10,E203,E501,W503,D205,D400,A001,D210,D401
max-line-length = 88
select = A,B,C4,D,E,F,M,Q,T,W,ABS,BLK
exclude = versions/*
inline-quotes = "