Skip to content

check Makefile now that we use ruff #271

@drbenvincent

Description

@drbenvincent

In #268, @juanitorduz brought in use of ruff for formatting and linting.

I'm wondering if we need to make any edits here in the listing related parts of the Makefile

CausalPy/Makefile

Lines 6 to 18 in 2169bf0

lint:
pip install causalpy[lint]
isort .
black .
check_lint:
pip install causalpy[lint]
flake8 .
isort --check-only .
black --diff --check --fast .
nbqa black --check .
nbqa isort --check-only .
interrogate .

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions