Skip to content

Instantly share code, notes, and snippets.

@smly
Created May 31, 2013 04:43
Show Gist options
  • Select an option

  • Save smly/5682976 to your computer and use it in GitHub Desktop.

Select an option

Save smly/5682976 to your computer and use it in GitHub Desktop.
[flake8]
# Ignore N804,N805
# N804: first argument of a classmethod should be named 'cls'
# N805: first argument of a method should be named 'self'
ignore = N804,N805
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment