Commit 06413f1a authored by Yan Ni's avatar Yan Ni Committed by fishyds
Browse files

update pylintrc to conform vscode setttings (#201)

* add pycharm project files to .gitignore list

* update pylintrc to conform vscode settings
parent 04e79ad1
......@@ -59,3 +59,6 @@ typings/
# next.js build output
.next
# Pycharm Project files
.idea
\ No newline at end of file
......@@ -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
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