Closed sweep-ai[bot] closed 1 year ago
GitHub actions yielded the following error.
The relevant lines from the logs for the failed command "pre-commit run pylint -a -v --show-diff-on-failure" are:
Using config file /home/runner/work/gto/gto/.pylintrc
************* Module /home/runner/work/gto/gto/.pylintrc
.pylintrc:1:0: R0022: Useless option value for '--disable', 'print-statement' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942. (useless-option-value)
And for the failed command "pre-commit run pylint -a -v --show-diff-on-failure" on Windows:
Using config file /home/runner/work/gto/gto/.pylintrc
************* Module D:\a\gto\gto\.pylintrc
.pylintrc:1:0: R0022: Useless option value for '--disable', 'print-statement' was removed from pylint, see https://github.com/pylint-dev/pylint/pull/4942. (useless-option-value)
These lines indicate that there is a useless option value for '--disable' in the .pylintrc file.
There are a lot of errors. This is likely due to a small parsing issue or a missing import with the files changed in the PR.
This is likely a linting or type-checking issue with the source code. Update the code changed by the PR. Don't modify the existing tests.
I'm getting the same errors 3 times in a row, so I will stop working on fixing this PR.
Description
This PR updates the pylint version in the
tests
list of the setup.py file. The current version is less than 2.14, and this PR updates it to the latest version.Summary of Changes
tests
list of the setup.py file from<2.14
to>=2.14
.Please review and merge at your earliest convenience.
Fixes #389.
To checkout this PR branch, run the following command in your terminal:
🎉 Latest improvements to Sweep:
💡 To get Sweep to edit this pull request, you can: