Pylintrc diff for boxtree
The snippet can be accessed without any authentication.
Authored by
Matt Wala
pylintrc.diff 1.03 KiB
--- /Users/matt/src/ci-support/.pylintrc-default 2019-01-23 20:05:59.000000000 -0600
+++ .pylintrc 2019-01-31 18:25:55.000000000 -0600
@@ -1,12 +1,11 @@
-# Generated with pylint --errors-only --generate-rcfile using pylint 2.2.2
-# (without further manual changes)
+# Based on: https://gitlab.tiker.net/inducer/ci-support/raw/b58723d89c8597fb529bba92475e821e048eff66/.pylintrc-default
[MASTER]
# A comma-separated list of package or module names from where C extensions may
# be loaded. Extensions are loading into the active Python interpreter and may
# run arbitrary code.
-extension-pkg-whitelist=
+extension-pkg-whitelist=numpy,pyfmmlib
# Add files or directories to the blacklist. They should be base names, not
# paths.
@@ -18,7 +17,7 @@
# Python code to execute, usually for sys.path manipulation such as
# pygtk.require().
-#init-hook=
+init-hook=sys.setrecursionlimit(2000) # Needed for boxtree.tools
# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
# number of processors available to use.
Please register or sign in to comment