diff --git a/.gitignore b/.gitignore index ad46b30886..2712fab7e2 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,6 @@ typings/ # next.js build output .next + +# Pycharm Project files +.idea \ No newline at end of file diff --git a/pylintrc b/pylintrc index af37ba86d5..304e2bce6e 100644 --- a/pylintrc +++ b/pylintrc @@ -14,5 +14,16 @@ max-attributes=7 const-naming-style=any -disable=duplicate-code, - super-init-not-called +disable=all + +enable=F, + E, + unreachable, + duplicate-key, + unnecessary-semicolon, + global-variable-not-assigned, + unused-variable, + binary-op-exception, + bad-format-string, + anomalous-backslash-in-string, + bad-open-mode