Skip to content

Update Actions

Update Actions #130

GitHub Actions / flake8 succeeded Jun 8, 2024 in 0s

reviewdog [flake8] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (31)

testdata/num_guess.py|4 col 1| 'sys' imported but unused
testdata/num_guess.py|4 col 11| at least two spaces before inline comment
testdata/num_guess.py|5 col 1| 'os' imported but unused
testdata/num_guess.py|5 col 10| at least two spaces before inline comment
testdata/num_guess.py|7 col 1| too many leading '#' for block comment
testdata/num_guess.py|9 col 80| line too long (82 > 79 characters)
testdata/num_guess.py|17 col 77| at least two spaces before inline comment
testdata/num_guess.py|17 col 80| line too long (118 > 79 characters)
testdata/num_guess.py|43 col 1| 'itertools' imported but unused
testdata/num_guess.py|43 col 1| module level import not at top of file
testdata/num_guess.py|43 col 17| at least two spaces before inline comment
testdata/num_guess.py|43 col 63| no newline at end of file
testdata/subfolder/queen_problem.py|3 col 1| 'pwd' imported but unused
testdata/subfolder/queen_problem.py|3 col 11| at least two spaces before inline comment
testdata/subfolder/queen_problem.py|4 col 1| 'grp' imported but unused
testdata/subfolder/queen_problem.py|4 col 11| at least two spaces before inline comment
testdata/subfolder/queen_problem.py|8 col 1| too many leading '#' for block comment
testdata/subfolder/queen_problem.py|10 col 80| line too long (80 > 79 characters)
testdata/subfolder/queen_problem.py|13 col 1| expected 2 blank lines, found 1
testdata/subfolder/queen_problem.py|16 col 1| expected 2 blank lines, found 1
testdata/subfolder/queen_problem.py|17 col 36| at least two spaces before inline comment
testdata/subfolder/queen_problem.py|17 col 80| line too long (100 > 79 characters)
testdata/subfolder/queen_problem.py|23 col 1| expected 2 blank lines, found 1
testdata/subfolder/queen_problem.py|36 col 1| expected 2 blank lines after class or function definition, found 1
testdata/subfolder/queen_problem.py|37 col 6| whitespace before '('
testdata/subfolder/queen_problem.py|38 col 6| whitespace before '('
testdata/subfolder/queen_problem.py|40 col 1| 'dis' imported but unused
testdata/subfolder/queen_problem.py|40 col 1| module level import not at top of file
testdata/subfolder/queen_problem.py|40 col 11| at least two spaces before inline comment
testdata/subfolder/queen_problem.py|40 col 57| no newline at end of file
testdata/syntax_err.py|1 col 5| SyntaxError: invalid syntax