Skip to content

Commit 3ae8936

Browse files
committed
Remove workaround for fixed issue
1 parent a0b9b2a commit 3ae8936

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ disable = [
4747
'locally-disabled',
4848
# Let flake8 handle unused imports
4949
'unused-import',
50-
# This creates errors with typing.py
51-
# see https://github.com/PyCQA/pylint/issues/1212
52-
'invalid-sequence-index',
5350
# Let isort deal with sorting
5451
'ungrouped-imports',
5552
# We don't need everything to be documented because of mypy

0 commit comments

Comments
 (0)