Add pylint dep
This commit is contained in:
1
.github/workflows/rules.yml
vendored
1
.github/workflows/rules.yml
vendored
@@ -18,4 +18,5 @@ jobs:
|
|||||||
os: ${{ matrix.os }}
|
os: ${{ matrix.os }}
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
environment: "qibotn"
|
environment: "qibotn"
|
||||||
|
pip-extras: "analysis,tests"
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|||||||
3
setup.py
3
setup.py
@@ -34,6 +34,9 @@ setup(
|
|||||||
"pytest-cov>=4.0.0",
|
"pytest-cov>=4.0.0",
|
||||||
"pytest-env>=0.8.1",
|
"pytest-env>=0.8.1",
|
||||||
],
|
],
|
||||||
|
"analysis": [
|
||||||
|
"pylint>=2.16.0",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
python_requires=">=3.7.0",
|
python_requires=">=3.7.0",
|
||||||
long_description=LONG_DESCRIPTION,
|
long_description=LONG_DESCRIPTION,
|
||||||
|
|||||||
Reference in New Issue
Block a user