Skip to content

Commit ace53ed

Browse files
committed
Don't suppress PD008
1 parent e94e404 commit ace53ed

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ ignore = [
272272
"N801", # Class name should use CapWords convention
273273
"N802", # Function name should be lowercase
274274
"N806", # Variable in function should be lowercase
275-
"PD008", # Use `.loc` instead of `.at`
276275
]
277276

278277
[tool.ruff.lint.per-file-ignores]

0 commit comments

Comments
 (0)