aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg9
1 files changed, 8 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 230175c6..7c7fc00c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 4.22.0
+current_version = 4.31.2
commit = True
tag = False
tag_name = {new_version}
@@ -52,3 +52,10 @@ filterwarnings =
ignore:writePlist:DeprecationWarning:plistlib_test
ignore:some_function:DeprecationWarning:fontTools.ufoLib.utils
ignore::DeprecationWarning:fontTools.varLib.designspace
+
+[tool:interrogate]
+ignore-semiprivate = true
+ignore-private = true
+ignore-nested-functions = true
+ignore-regex = ^(from|to)XML$,^(de)?compile$
+ignore-module = true