fix: bump actions/setup-python from 4 to 5 #60
reviewdog [pylint] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (23)
/home/runner/work/action-pylint/action-pylint/.pylintrc|1| E0015: Unrecognized option found: no-space-check (unrecognized-option)
/home/runner/work/action-pylint/action-pylint/.pylintrc|1| R0022: Useless option value for '--disable', 'print-statement' was removed from pylint, see pylint-dev/pylint#4942. (useless-option-value)
testdata/syntax_err.py|1 col 5| E0001: Parsing failed: 'invalid syntax (, line 1)' (syntax-error)
testdata/init.py|1| C0305: Trailing newlines (trailing-newlines)
testdata/num_guess.py|12| C0103: Constant name "guesses_made" doesn't conform to UPPER_CASE naming style (invalid-name)
testdata/num_guess.py|17 col 6| C0209: Formatting a regular string which could be a f-string (consider-using-f-string)
testdata/num_guess.py|36 col 8| C0209: Formatting a regular string which could be a f-string (consider-using-f-string)
testdata/num_guess.py|41 col 10| C0209: Formatting a regular string which could be a f-string (consider-using-f-string)
testdata/num_guess.py|43| C0413: Import "import itertools" should be placed at the top of the module (wrong-import-position)
testdata/num_guess.py|4| W0611: Unused import sys (unused-import)
testdata/num_guess.py|5| W0611: Unused import os (unused-import)
testdata/num_guess.py|43| W0611: Unused import itertools (unused-import)
testdata/subdir/queen_problem.py|13| C0115: Missing class docstring (missing-class-docstring)
testdata/subdir/queen_problem.py|16| C0116: Missing function or method docstring (missing-function-docstring)
testdata/subdir/queen_problem.py|16 col 13| W0621: Redefining name 'queens' from outer scope (line 36) (redefined-outer-name)
testdata/subdir/queen_problem.py|18 col 8| C0103: Variable name "r" doesn't conform to snake_case naming style (invalid-name)
testdata/subdir/queen_problem.py|23| C0116: Missing function or method docstring (missing-function-docstring)
testdata/subdir/queen_problem.py|23 col 14| W0621: Redefining name 'queens' from outer scope (line 36) (redefined-outer-name)
testdata/subdir/queen_problem.py|28 col 12| R1705: Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
testdata/subdir/queen_problem.py|40| C0413: Import "import dis" should be placed at the top of the module (wrong-import-position)
testdata/subdir/queen_problem.py|3| W0611: Unused import pwd (unused-import)
testdata/subdir/queen_problem.py|4| W0611: Unused import grp (unused-import)
testdata/subdir/queen_problem.py|40| W0611: Unused import dis (unused-import)