We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2a233 commit 938b988Copy full SHA for 938b988
.coveragerc
@@ -1,8 +1,6 @@
1
[run]
2
branch = True
3
source = prometheus_client
4
-omit =
5
- prometheus_client/decorator.py
6
7
[paths]
8
source =
NOTICE
@@ -1,5 +1,3 @@
Prometheus instrumentation library for Python applications
Copyright 2015 The Prometheus Authors
-This product bundles decorator 4.0.10 which is available under a "2-clause BSD"
-license. For details, see prometheus_client/decorator.py.
mypy.ini
@@ -1,4 +1,4 @@
[mypy]
-exclude = prometheus_client/decorator.py|prometheus_client/twisted|tests/test_twisted.py
+exclude = prometheus_client/twisted|tests/test_twisted.py
implicit_reexport = False
disallow_incomplete_defs = True
0 commit comments