Skip to content

Instantly share code, notes, and snippets.

View brxck's full-sized avatar

Brock McElroy brxck

View GitHub Profile
@brxck
brxck / pyright_watcher.xml
Last active October 28, 2022 20:20
PyCharm/IntelliJ watcher for running Pyright with Poetry
<TaskOptions>
<TaskOptions>
<option name="arguments" value="run pyright --project $ProjectFileDir$ $FilePathRelativeToProjectRoot$" />
<option name="checkSyntaxErrors" value="false" />
<option name="description" />
<option name="exitCodeBehavior" value="NEVER" />
<option name="fileExtension" value="py" />
<option name="immediateSync" value="true" />
<option name="name" value="Pyright" />
<option name="output" value="" />