Skip to content

Instantly share code, notes, and snippets.

@gxfxyz
gxfxyz / command_clear_flake8_lint.py
Created November 16, 2018 10:26
Sublime Text 3 command to clear Flake8Lint marks
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Sublime Text 3 command to clear Flake8Lint marks.
How to use:
Save to your "/Sublime Text 3/Packages/User" directory.
"""