We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6087dcd commit 26322bbCopy full SHA for 26322bb
1 file changed
pyproject.toml
@@ -88,7 +88,6 @@ select = [ # defaults: ["E4", "E7", "E9", "F"], see https://docs.astral.sh/ruff/
88
"W", # pycodestyle Warning
89
]
90
ignore = [
91
- "PD901", # pandas-df-variable-name
92
"PLR09", # too-many-...
93
94
0 commit comments