Skip to content

Instantly share code, notes, and snippets.

@ryan-lane
Created July 15, 2014 17:26
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ryan-lane/14deaff4e9d67842ef89 to your computer and use it in GitHub Desktop.
Save ryan-lane/14deaff4e9d67842ef89 to your computer and use it in GitHub Desktop.
No more pyflakes errors for salt dunders
export PYFLAKES_BUILTINS="__salt__,__opts__,__grains__,__pillars__,__context__"
@sevagh
Copy link

sevagh commented Oct 18, 2016

Savior

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment