Skip to content

Commit

Permalink
fix pylint for py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Sep 23, 2024
1 parent 7bb337f commit e77618c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[MASTER]
disable=
unknown-option-value, # some options are only valid in latest pylint

missing-docstring,
too-few-public-methods,
no-name-in-module, # seems not working for PyQt5
Expand Down

0 comments on commit e77618c

Please sign in to comment.