Skip to content

Commit

Permalink
[nrf fromlist] requirements: Set min version of pylint to 3
Browse files Browse the repository at this point in the history
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.

Upstream PR: zephyrproject-rtos/zephyr#73152

Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>
Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
  • Loading branch information
PerMac authored and rlubos committed May 23, 2024
1 parent f6a8e2f commit 6c3866e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/requirements-compliance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ python-magic
python-magic-bin; sys_platform == "win32"
lxml
junitparser>=2
pylint
pylint>=3
yamllint

0 comments on commit 6c3866e

Please sign in to comment.