Skip to content

Instantly share code, notes, and snippets.

View IBestuzhev's full-sized avatar

Igor Bestuzhev IBestuzhev

View GitHub Profile
@IBestuzhev
IBestuzhev / .pylint.py
Last active February 13, 2019 05:01
Pylint for remote projects
#!/usr/bin/env python3
import subprocess
import sys
path = sys.argv[-1]
if path.startswith('/path/to/my/local/source/folder/'):
path = path.replace('/path/to/my/local/source/folder/', '/app/folder/')
subprocess.run(['docker-compose', 'exec', '-T', 'cross', 'sh', '-c',
@IBestuzhev
IBestuzhev / SassMeister-input.scss
Created December 18, 2015 09:32
Generated by SassMeister.com.
// ----
// libsass (v3.3.2)
// ----
$images: (
icon1: (0, 0),
icon2: (0, 1),
icon3: (5, 2)
);