Skip to content

Instantly share code, notes, and snippets.

@Kami
Created March 30, 2011 21:20
Show Gist options
  • Select an option

  • Save Kami/895330 to your computer and use it in GitHub Desktop.

Select an option

Save Kami/895330 to your computer and use it in GitHub Desktop.
#!/bin/bash
GENERATED_MEMBERS="REQUEST,acl_users,aq_parent,objects,_meta,id,run,DoesNotExist"
find . -name "*.py" -type f \
--indent-string=" " --disable=C0111,W0232 --output-format=parseable \
--include-ids=yes --good-names=qs,dl,d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment