Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0b6c5e8

Browse filesBrowse files
MNT: Enforce rufr/pandas-vet rules (PD)
1 parent 5821d10 commit 0b6c5e8
Copy full SHA for 0b6c5e8

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎ruff.toml

Copy file name to clipboardExpand all lines: ruff.toml
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ extend-select = [
2525
"PIE",
2626
"TID",
2727
"FLY",
28+
"PD",
2829
"E",
2930
"W",
3031
"PGH",
@@ -34,6 +35,7 @@ extend-select = [
3435
ignore = [
3536
"C408", # Unnecessary `dict()` call (rewrite as a literal)
3637
"PIE790", # Unnecessary `pass` statement
38+
"PD901", # Avoid using the generic variable name `df` for DataFrames
3739
"E241", # Multiple spaces after comma
3840
"E265", # Block comment should start with `# `
3941
"E266", # Too many leading `#` before block comment

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.