Skip to content

Commit

Permalink
DAOS-16613 cq: update pylint to 3.3.0 (#15165)
Browse files Browse the repository at this point in the history
update pylint to 3.3.0

Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
  • Loading branch information
daltonbohning authored Sep 24, 2024
1 parent a6d2773 commit ee09484
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion utils/cq/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ good-names=rc,ret,fd,kv,wf,rf

[MESSAGES CONTROL]
disable=locally-disabled,locally-enabled,star-args,global-statement,bad-option-value,
wrong-import-position,modified-iterating-list,duplicate-code,unspecified-encoding
wrong-import-position,modified-iterating-list,duplicate-code,unspecified-encoding,
too-many-positional-arguments

[FORMAT]
max-line-length=100
Expand Down
2 changes: 1 addition & 1 deletion utils/cq/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pyenchant
## https://github.com/pycqa/flake8/issues/1389 https://github.com/PyCQA/flake8/pull/1720
flake8<6.0.0
isort==5.13.2
pylint==3.2.7
pylint==3.3.0
yamllint==1.35.1
codespell==2.2.6
# Used by ci/jira_query.py which pip installs it standalone.
Expand Down

0 comments on commit ee09484

Please sign in to comment.