diff --git a/pylint.cfg b/pylint.cfg new file mode 100644 index 0000000..219eed3 --- /dev/null +++ b/pylint.cfg @@ -0,0 +1,7 @@ +[MASTER] +# Specify the maximum allowed line length +max-line-length = 120 + +[MESSAGES CONTROL] +# Disable certain pylint messages +disable = C0114,C0115,C0116,R0903