We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b9b2a commit 3ae8936Copy full SHA for 3ae8936
1 file changed
pyproject.toml
@@ -47,9 +47,6 @@ disable = [
47
'locally-disabled',
48
# Let flake8 handle unused imports
49
'unused-import',
50
- # This creates errors with typing.py
51
- # see https://github.com/PyCQA/pylint/issues/1212
52
- 'invalid-sequence-index',
53
# Let isort deal with sorting
54
'ungrouped-imports',
55
# We don't need everything to be documented because of mypy
0 commit comments