diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 0000000..aeeb47e --- /dev/null +++ b/.pylintrc @@ -0,0 +1,3 @@ +[TYPECHECK] +ignored-modules = numpy, numpy.random +ignored-classes = numpy \ No newline at end of file diff --git a/pylintrc b/pylintrc deleted file mode 100644 index 587a38b..0000000 --- a/pylintrc +++ /dev/null @@ -1,3 +0,0 @@ -[TYPECHECK] - -ignored-modules = numpy \ No newline at end of file