.pylintrc 추가
This commit is contained in:
9
.pylintrc
Normal file
9
.pylintrc
Normal file
@@ -0,0 +1,9 @@
|
||||
[MESSAGES CONTROL]
|
||||
|
||||
# Disable the message, report, category or checker with the given id(s). You
|
||||
# can either give multiple identifier separated by comma (,) or put this option
|
||||
# multiple time (only on the command line, not in the configuration file where
|
||||
# it should appear only once).
|
||||
disable=missing-module-docstring,missing-class-docstring,missing-function-docstring,broad-except,line-too-long
|
||||
|
||||
ignored-modules=framework
|
||||
Reference in New Issue
Block a user