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 de3179b commit c17c7eaCopy full SHA for c17c7ea
.coveragerc
@@ -3,5 +3,6 @@ exclude_lines =
3
pragma: no cover
4
if TYPE_CHECKING:
5
6
-ignore:
7
- - "gqlrequests/custom_type_hints.py"
+[run]
+omit =
8
+ gqlrequests/custom_type_hints.py
0 commit comments