src/ggufone/bench/harness.py:966:101: E501 Line too long (102 > 100)
src/ggufone/engine/decide.py:748:101: E501 Line too long (101 > 100)
src/ggufone/engine/prompt.py:232:13: F541 [*] f-string without any placeholders
src/ggufone/engine/prompt.py:233:13: F541 [*] f-string without any placeholders
src/ggufone/engine/prompt.py:234:13: F541 [*] f-string without any placeholders
src/ggufone/engine/prompt.py:235:13: F541 [*] f-string without any placeholders
tests/test_bench_cpu_force.py:37:101: E501 Line too long (101 > 100)
tests/test_bench_cpu_force.py:46:1: UP035 [*] Import from `collections.abc` instead: `Iterator`
tests/test_bench_cpu_force.py:63:101: E501 Line too long (101 > 100)
tests/test_bench_cpu_force.py:117:101: E501 Line too long (104 > 100)
tests/test_bench_cpu_force.py:225:101: E501 Line too long (102 > 100)
tests/test_bench_cpu_force.py:283:5: SIM117 [*] Use a single `with` statement with multiple contexts instead of nested `with` statements
tests/test_e3e_roles.py:34:1: I001 [*] Import block is un-sorted or un-formatted
tests/test_e3e_roles.py:63:101: E501 Line too long (102 > 100)
tests/test_e3e_roles.py:127:12: SIM300 [*] Yoda condition detected
tests/test_e3e_roles.py:529:101: E501 Line too long (102 > 100)
tests/test_e3e_roles.py:543:101: E501 Line too long (102 > 100)
tests/test_e3e_roles.py:626:101: E501 Line too long (102 > 100)
tools/e2_reproduce.py:58:101: E501 Line too long (101 > 100)
Found 19 errors.
[*] 8 fixable with the `--fix` option.
