Flake8 returns the path to the "flake8" executable or calls t.Skip.
(t testing.TB)
| 14 | |
| 15 | // Flake8 returns the path to the "flake8" executable or calls t.Skip. |
| 16 | func Flake8(t testing.TB) string { t.Helper(); return flake8(t) } |
| 17 | |
| 18 | var flake8 = executable("flake8", "--version") |
| 19 |