summaryrefslogtreecommitdiffstats
path: root/.pylintrc
diff options
context:
space:
mode:
authorAndrea Censi <acensi@ethz.ch>2022-02-22 14:09:51 +0100
committerAndrea Censi <acensi@ethz.ch>2022-02-22 14:10:39 +0100
commitc9c95b13effa1840b921a0606936510d7eafa611 (patch)
tree9597478c419420a1359b1dc582a6c9325b5fd822 /.pylintrc
parentUpdate README.md (diff)
downloadact4e-c9c95b13effa1840b921a0606936510d7eafa611.tar.gz
act4e-c9c95b13effa1840b921a0606936510d7eafa611.zip
updates
Diffstat (limited to '.pylintrc')
-rw-r--r--.pylintrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc
new file mode 100644
index 0000000..5671bbf
--- /dev/null
+++ b/.pylintrc
@@ -0,0 +1,6 @@
+[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 \ No newline at end of file