We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b547ecb commit 8d4f375Copy full SHA for 8d4f375
.pylintrc
@@ -1,5 +1,9 @@
1
+[MASTER]
2
+ignore=init.py
3
+ignore-patterns=.\.pyc, init.
4
+
5
[MESSAGES CONTROL]
-# Disable certain warnings and errors
6
+# Retain your disabled warnings and errors
7
disable=
8
missing-docstring, # Missing docstrings
9
invalid-name, # Variable names not in snake_case
0 commit comments