Skip to content

Commit

Permalink
Avoid shadowing by lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasahle committed Mar 3, 2024
1 parent 6ba4130 commit 6af5366
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ select = [
"ERA",
# pandas-vet
"PD",
# avoid shadowing
"PLW",
]
ignore = [
"D100",
Expand Down

0 comments on commit 6af5366

Please sign in to comment.