diff options
| author | Tom Rini <[email protected]> | 2025-02-20 15:22:39 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-21 08:24:40 -0600 |
| commit | b902386072f78dab4d94b34abfb03b8fb54af852 (patch) | |
| tree | d55cb87ae91473d608e6789b3c6fe37b43016d8c /.azure-pipelines.yml | |
| parent | 6e628c221ebf19a869542d31187e3ac29dba20fb (diff) | |
CI: Update to pylint 3.3.4
With all of the reported warnings now fixed, update to current pylint
version.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to '.azure-pipelines.yml')
| -rw-r--r-- | .azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 1f2766eae16..d5cfa59a8a6 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -173,7 +173,7 @@ stages: -r tools/buildman/requirements.txt \ -r tools/patman/requirements.txt \ -r tools/u_boot_pylib/requirements.txt \ - asteval pylint==2.12.2 pyopenssl + asteval pylint==3.3.4 pyopenssl export PATH=${PATH}:~/.local/bin echo "[MASTER]" >> .pylintrc echo "load-plugins=pylint.extensions.docparams" >> .pylintrc |
