pymc-labs/CausalPy

check `Makefile` now that we use ruff

drbenvincent opened this issue ยท 3 comments

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 .

jsakv commented

@drbenvincent I went through the PR steps and the makefile also need to be updated.

I have started to have a look, I will raise a PR soon!

Fantastic @jsakv :)

@jsakv we have one something similar for PyMC Marketing pymc-labs/pymc-marketing#438 :)