Skip to content

Commit

Permalink
pylint_strict_informational removal
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Boet <nic@boet.cc>
  • Loading branch information
nabbi committed Jan 5, 2024
1 parent e119426 commit 3f66921
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ ignore=tests
# any too bad. Override on command line as appropriate.
# Disabled for now: https://github.com/PyCQA/pylint/issues/3584
#jobs=2
load-plugins=pylint_strict_informational
persistent=no
extension-pkg-whitelist=ciso8601,cv2
# Informational messages ("I") should make Pylint execution fail (non-0 program return code):
fail-on = I

[BASIC]
good-names=id,i,j,k,ex,Run,_,fp,T,ev
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deps =

[testenv:pylint]
basepython = {env:PYTHON3_PATH:python3}
ignore_errors = True
# ignore_errors = True
deps =
-r{toxinidir}/requirements_test.txt
commands =
Expand Down

0 comments on commit 3f66921

Please sign in to comment.