Skip to content

Commit 1d8a354

Browse files
committed
Chore: Satisfy most recent Ruff
1 parent 35ddbbf commit 1d8a354

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ lint.extend-ignore = [
166166
"C402",
167167
# Unnecessary `map` usage (rewrite using a `set` comprehension)
168168
"C417",
169-
# df is a bad variable name. Be kinder to your future self.
170-
"PD901",
171169
# Unnecessary variable assignment before `return` statement
172170
"RET504",
173171
# Unnecessary `elif` after `return` statement

0 commit comments

Comments
 (0)