Skip to content

Commit

Permalink
Ignore new pylint rule about covariant TypeVars
Browse files Browse the repository at this point in the history
  • Loading branch information
tmke8 authored Jul 17, 2023
1 parent 733b3f4 commit 8de60f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ ignore = [
"E501", # line length
"F541", # f-string without placeholder
"PLW2901", # overwriting loop variable
"PLC0105", # covariant typevars have to end in "_co"
]
target-version = "py38"

Expand Down

0 comments on commit 8de60f0

Please sign in to comment.