perf: add pylintrc

pull/14823/head
ibuler 2025-01-20 19:31:32 +08:00
parent e15a3a37e6
commit 512b92587f
2 changed files with 7 additions and 0 deletions

3
.pylintrc Normal file
View File

@ -0,0 +1,3 @@
[MESSAGES CONTROL]
disable=C0115
disable=C0116

View File

@ -16,6 +16,7 @@ from common.utils import random_string
TYPE_CHOICES = [
("ignore", _("Ignore")),
("reopen", _("Reopen")),
("close", _("Close")),
("disable_remote", _("Disable remote")),
("delete_remote", _("Delete remote")),
("delete_both", _("Delete remote")),
@ -72,6 +73,9 @@ class RiskHandler:
def handle_reopen(self):
pass
def handle_close(self):
pass
def handle_review(self):
pass