summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Censi <acensi@ethz.ch>2022-02-22 14:14:37 +0100
committerAndrea Censi <acensi@ethz.ch>2022-02-22 14:14:37 +0100
commitded6a1bfc44269add5aa376760f8a209c8cd0c39 (patch)
treed42e14ccef08fcfb8631c65bc1ee9960cbbfbd23
parentupdates (diff)
downloadact4e-ded6a1bfc44269add5aa376760f8a209c8cd0c39.tar.gz
act4e-ded6a1bfc44269add5aa376760f8a209c8cd0c39.zip
some excludes
-rw-r--r--.pylintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index 5671bbf..d13ca13 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -3,4 +3,5 @@ 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 \ No newline at end of file
+ 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