Skip to content

Instantly share code, notes, and snippets.

View piojanu's full-sized avatar

Piotr Januszewski piojanu

View GitHub Profile
@piojanu
piojanu / pre-commit
Last active March 27, 2019 09:34 — forked from Matioz/pre-commit
Applies autopep8 on all staged files and verify them with pycodestyle
#!/usr/bin/env python
from __future__ import with_statement, print_function
import os
import re
import shutil
import subprocess
import sys
import tempfile