Instagram / Fixit

Advanced Python linting framework with auto-fixes and hierarchical configuration that makes it easy to write custom in-repo lint rules.
https://fixit.rtfd.io/en/latest/
Other
669 stars 63 forks source link

Broken docs #363

Closed arembridge closed 1 year ago

arembridge commented 1 year ago

https://github.com/Instagram/Fixit/blob/cf302f483edd285fcedfbdf6443f8b8bdd2d5006/docs/guide/quickstart.rst?plain=1#L164

I tried following the quickstart docs but the code has an error

if name.value in ('"Paul"', "'Paul'"):

should be

if node.value in ('"Paul"', "'Paul'"):