Browse Source

update pylint

pull/1/head
Huyf9 2 years ago
parent
commit
e150c4246d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .github/pylint.conf

+ 2
- 1
.github/pylint.conf View File

@@ -161,7 +161,8 @@ disable=raw-checker-failed,
too-few-public-methods,
no-member,
protected-access,
abstract-method
abstract-method,
C0103

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option


Loading…
Cancel
Save