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 57bad6e commit cf4dbdcCopy full SHA for cf4dbdc
.coveragerc
@@ -20,6 +20,8 @@ omit =
20
# ignore _version.py and versioneer.py
21
.*version.*
22
*_version.py
23
+ # ignore wx directory
24
+ */wx/*
25
26
27
[run]
0 commit comments