diff --git a/pyproject.toml b/pyproject.toml index 9075982aad00d3a19e39155fbc2c3109aa1e7290..2dd1d4e0fbd2403b0897bd09385a412d1bb537c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,3 +40,7 @@ mypy = "^0.730" pylint = "^2.4.2" sphinx = "^3.0.2" sphinx_rtd_theme = "^0.4.3" + +[tool.pylint.messages_control] +disable = "C,R0902,R0903,R0904,R0912,R0913,R0914,R0915,W0613" +enable = "C0121,C0202,C0321"