Skip to content

Instantly share code, notes, and snippets.

View adamn's full-sized avatar
☀️
It's Always Sunny in Seattle

Adam Nelson adamn

☀️
It's Always Sunny in Seattle
View GitHub Profile
@adamn
adamn / pre-commit
Last active March 4, 2016 15:01 — forked from spulec/pre-commit
de-yipited and got rid of Sass
#!/usr/bin/env python
import os
import re
import subprocess
import sys
modified = re.compile('^(?:M|A)(\s+)(?P<name>.*)')
CHECKS = [