Skip to content

Commit

Permalink
Remove unnecessary disables from pylint config (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Jan 15, 2022
1 parent 9d140b9 commit e9b8e77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ disable = [
"W1510", # I need to run subprocess.run without check because it's OK if it fails
"E0401", # Unable to import '_pytest.capture' (this is just for typing anyway)
"E0611", # No name 'TypedDict' in module 'typing'
"E1136", # Value 'Optional' is unsubscriptable (bug? https://github.com/PyCQA/pylint/issues/3882)
"E0239", # Inheriting 'NamedTuple', which is not a class. (bug? https://github.com/PyCQA/pylint/issues/2570)
]

0 comments on commit e9b8e77

Please sign in to comment.