Skip to content

Commit 013b06b

Browse files
committed
remove nbqa stuff from Makefile and pyproject.toml
1 parent e092650 commit 013b06b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Makefile

-2
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

+1-1
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)