Merge pull request #20 from clalarco/issue-19-update-readme #172
Annotations
10 errors and 10 warnings
Run /./
format tests/subtest/subtest_python_code.py: Cannot parse: 5:4: end = ""
|
Run /./
failed (no mypy cache directory)
|
Run /./:
tests/test_python_code.py#L1
Imports are incorrectly sorted and/or formatted.
|
Run /./:
tests/test_python_code.py#L5
unused import 'pathlib' (90% confidence)
|
Run /./:
tests/test_python_code.py#L10
unused variable 'a' (60% confidence)
|
Run /./:
tests/test_python_code.py#L11
unused variable 'a' (60% confidence)
|
Run /./:
tests/test_python_code.py#L12
unused variable 'c' (60% confidence)
|
Run /./:
tests/test_python_code.py#L13
unused variable 'f' (60% confidence)
|
Run /./:
tests/test_python_code.py#L15
unused variable 'f' (60% confidence)
|
Run /./:
tests/test_python_code.py#L17
unused function 'start' (60% confidence)
|
Run /./:
tests/test_python_code.py#L10
missing whitespace around operator
|
Run /./:
tests/test_python_code.py#L11
trailing whitespace
|
Run /./:
tests/test_python_code.py#L12
trailing whitespace
|
Run /./:
tests/test_python_code.py#L13
missing whitespace around operator
|
Run /./:
tests/test_python_code.py#L15
do not assign a lambda expression, use a def
|
Run /./:
tests/test_python_code.py#L17
expected 2 blank lines, found 0
|
Run /./:
tests/subtest/subtest_python_code.py#L3
whitespace before '('
|
Run /./:
tests/subtest/subtest_python_code.py#L5
multiple spaces before operator
|
Run /./:
tests/subtest/subtest_python_code.py#L5
unexpected spaces around keyword / parameter equals
|
Run /./:
tests/subtest/subtest_python_code.py#L5
multiple spaces after operator
|
Loading