From ff6f6d0c38218d954814847f2a25b6d056347691 Mon Sep 17 00:00:00 2001 From: Benjamin Schubert Date: Mon, 2 Dec 2019 11:35:32 +0000 Subject: Update all python dependencies This updates all dependencies on the project, which is mainly needed by python3.8 but can be done independentely. This also disables multiple false positive lint errors and disable a new check that we don't need. --- .pylintrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 422406417..25d5647b0 100644 --- a/.pylintrc +++ b/.pylintrc @@ -106,6 +106,8 @@ disable=##################################### ####################################################### # Messages that we would like to enable at some point # ####################################################### + # We have many circular imports that need breaking + import-outside-toplevel, duplicate-code, -- cgit v1.2.1