mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
tox: Support pylint extra requirements
This commit is contained in:
parent
6b241e707a
commit
7145d894a4
2 changed files with 4 additions and 0 deletions
3
pylint_extra_requirements.txt
Normal file
3
pylint_extra_requirements.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# Write extra requirements for running pylint here:
|
||||
1
tox.ini
1
tox.ini
|
|
@ -122,6 +122,7 @@ deps =
|
|||
colorama
|
||||
pylint>=1.8.4
|
||||
ansible
|
||||
-rpylint_extra_requirements.txt
|
||||
commands =
|
||||
{envpython} ./run_pylint.py --errors-only {posargs}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue