Skip to content

Instantly share code, notes, and snippets.

View Matioz's full-sized avatar

Mateusz Jabłoński Matioz

View GitHub Profile
@Matioz
Matioz / pre-commit
Last active November 9, 2018 18:36
Apply 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