.pylintrc 추가

This commit is contained in:
joyfuI
2022-05-05 21:18:43 +09:00
parent 15d98a96ec
commit 9d72ebbc6c

9
.pylintrc Normal file
View 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