From c9c025618571db61d431924934eef6d01a30182a Mon Sep 17 00:00:00 2001 From: Andrea Censi Date: Fri, 26 May 2023 17:41:21 +0200 Subject: misc --- .pylintrc | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .pylintrc (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc deleted file mode 100644 index d13ca13..0000000 --- a/.pylintrc +++ /dev/null @@ -1,7 +0,0 @@ -[MASTER] -disable= - C0114, # missing-module-docstring - C0115, # missing-class-docstring - C0116, # missing-function-docstring - C0103, # pylint complains about the TypeVar names https://github.com/PyCQA/pylint/issues/3324 - R0903, # too few public methods \ No newline at end of file -- cgit v1.2.1