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 8552f09

Browse filesBrowse files
MNT: Enforce rufr/pandas-vet rules (PD)
1 parent 8a5d632 commit 8552f09
Copy full SHA for 8552f09

File tree

1 file changed

+2
-0
lines changed
Filter options

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
@@ -27,6 +27,7 @@ extend-select = [
2727
"TID",
2828
"FLY",
2929
"I",
30+
"PD",
3031
"E",
3132
"W",
3233
"PGH",
@@ -37,6 +38,7 @@ ignore = [
3738
"C408", # Unnecessary `dict()` call (rewrite as a literal)
3839
"ISC002", # Implicitly concatenated string literals over multiple lines
3940
"PIE790", # Unnecessary `pass` statement
41+
"PD901", # Avoid using the generic variable name `df` for DataFrames
4042
"E241", # Multiple spaces after comma
4143
"E265", # Block comment should start with `# `
4244
"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.