Skip to content

Commit fae3a4d

Browse files
committed
fix: attempt to remove rule PD901
1 parent ce67b67 commit fae3a4d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ ignore = [
199199
"F811", # redefinition of the same function
200200
"PL", # Pylint
201201
"RUF012", # Mutable Class Attributes
202-
"PD901", # Generic variable name 'df' for DataFrames (deprecated rule, but needed while PD is enabled)
203202
"C901", # Complexity warnings
204203
]
205204

0 commit comments

Comments
 (0)