Skip to content

Commit fccad4c

Browse files
committed
Fix erroneous pylint errors
1 parent d7f664e commit fccad4c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@
6868
'duplicate-code',
6969
# Let isort handle imports
7070
'wrong-import-order',
71+
72+
# Wait until pylint supports Python 3.9 to disable these:
73+
# - https://github.com/PyCQA/pylint/issues/3876
74+
# - https://github.com/PyCQA/pylint/issues/3882
75+
'unsubscriptable-object',
76+
'inherit-non-class',
7177
]
7278

7379
[tool.pylint.'FORMAT']

0 commit comments

Comments
 (0)