Skip to content

Commit e87649d

Browse files
committed
pyproject.toml: Migrate pylint dependencies in
1 parent a3ad1e2 commit e87649d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
with:
1616
python-version: '3.10'
1717
- run: |
18-
python -m pip install pylint wheel
19-
python -m pip install -e .
18+
python -m pip install -e .[pylint]
2019
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
2120
with:
2221
extra_args: pylint --all-files

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ docs = [
2727
"sphinx",
2828
"sphinx-autodoc-typehints",
2929
]
30+
pylint = [ "pylint", "wheel" ]
3031

3132
[build-system]
3233
requires = [ "setuptools", "nanobind", "cmake", "wheel" ]

0 commit comments

Comments
 (0)