diff --git a/.pylintrc b/.pylintrc index faef82e0f..bf133d7e8 100644 --- a/.pylintrc +++ b/.pylintrc @@ -81,6 +81,7 @@ disable=W0511, # Disable TODO warnings too-many-return-statements, too-many-branches, too-many-arguments, + too-many-positional-arguments, too-many-locals, too-many-statements, too-many-nested-blocks, diff --git a/VERSION b/VERSION index 3a4036fb4..b0032849c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.5 +0.2.7