diff options
author | Andrea Censi <acensi@ethz.ch> | 2022-02-22 20:03:13 +0100 |
---|---|---|
committer | Andrea Censi <acensi@ethz.ch> | 2022-02-22 20:03:13 +0100 |
commit | 33765315bc7c41be459766ee461effc4b8b841c7 (patch) | |
tree | db88a0edabf62b3031a4cde121933f67ce11e2a2 /.pylintrc | |
parent | misc (diff) | |
parent | settings (diff) | |
download | act4e-33765315bc7c41be459766ee461effc4b8b841c7.tar.gz act4e-33765315bc7c41be459766ee461effc4b8b841c7.zip |
merge
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 0000000..d13ca13 --- /dev/null +++ b/.pylintrc @@ -0,0 +1,7 @@ +[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 |