Skip to content

STYLE ruff: enable PIE #51407

Closed
Closed
@MarcoGorelli

Description

@MarcoGorelli

steps are:

  1. add
# misc lints
"PIE",

to

pandas/pyproject.toml

Lines 201 to 215 in 6db4c47

select = [
# pyflakes
"F",
# pycodestyle
"E",
"W",
# flake8-2020
"YTT",
# flake8-bugbear
"B",
# flake8-quotes
"Q",
# pylint
"PLE", "PLR", "PLW",
]

  1. run pre-commit run ruff --all-files
  2. fixup all errors
  3. stage, commit, push

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions