Commit 6acec742 authored by Jonas Kaufmann's avatar Jonas Kaufmann Committed by Antoine Kaufmann
Browse files

pylint: disable missing docstring warnings for now

parent d7b82a92
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
include mk/subdir_pre.mk include mk/subdir_pre.mk
lint-python: lint-python:
pylint experiments/ results/ pylint -d missing-module-docstring,missing-class-docstring experiments/ results/
typecheck-python: typecheck-python:
$(MAKE) typecheck-experiments typecheck-results $(MAKE) typecheck-experiments typecheck-results
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment