Skip to content

Commit d8a53c0

Browse files
authored
Ruff: ignore PD901 (alisw#991)
1 parent 1cd1e16 commit d8a53c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ extend-select = [
3030
"PD", # pandas-vet
3131
"UP", # pyupgrade
3232
]
33+
ignore = [
34+
"PD901", # Avoid using the generic variable name `df` for DataFrames
35+
]
3336

3437
[project]
3538
name = "MachineLearningHEP"

0 commit comments

Comments
 (0)