requirements: Set min version of pylint to 3
PR #72592 made pylint to use json2 output format. However, this format is introduced in pylint v3. This commit adds an appropriate setting in the requirements file. Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>
This commit is contained in:
parent
ea29ef36bb
commit
3a3f25c9a6
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ python-magic
|
|||
python-magic-bin; sys_platform == "win32"
|
||||
lxml
|
||||
junitparser>=2
|
||||
pylint
|
||||
pylint>=3
|
||||
yamllint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue