Closed mike406 closed 9 months ago
Using flake8 with python, which supports reading in a .py file from stdin. The linter plugin for some reason is still generating the tmp file despite me enabling stdin="1". Anything I am doing wrong?
stdin="1"
<?xml version="1.0" encoding="utf-8" ?> <NotepadPlus> <linter stdin="1" extension=".py" command="flake8 --format=checkstyle"/> </NotepadPlus>
Resolved
Using flake8 with python, which supports reading in a .py file from stdin. The linter plugin for some reason is still generating the tmp file despite me enabling
stdin="1"
. Anything I am doing wrong?