Skip to content

Commit 23cbfd1

Browse files
authored
Merge pull request #353 from pymc-labs/nbqa-makefile
Remove all remaining traces of `nbqa` from the repo
2 parents e092650 + 013b06b commit 23cbfd1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ lint:
1010
check_lint:
1111
ruff check .
1212
ruff format --diff --check .
13-
nbqa black --check .
14-
nbqa ruff .
1513
interrogate .
1614

1715
doctest:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ docs = [
6464
"statsmodels",
6565
"sphinxcontrib-bibtex",
6666
]
67-
lint = ["interrogate", "nbqa", "pre-commit", "ruff"]
67+
lint = ["interrogate", "pre-commit", "ruff"]
6868
test = ["pytest", "pytest-cov"]
6969

7070
[metadata]

0 commit comments

Comments
 (0)