Skip to content

wujiang/pyflakes-less

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

pyflakes-less

Purpose

Make pyflakes less aggressive by ignoring all warning messages except:

  • [X] Undefined variables
  • [X] Unused variables
  • [X] Undefined local variables

Installation

Dependencies

  • pyflakes

Install

Put `pyflakes-less` into your `$PATH`. If you installed `pyflakes` into your `virtualenv`, then you need to point the `python` executable to the one in your `virtualenv`, i.e.:

#!/usr/bin/env /home/wjiang/venv/core/bin/python

Git pre-commit hook

Copy `git-hooks/pre-commit` to your `.git/hooks` directory.

Usage

To ignore errors, use `git commit -n`. For `magit` users, use `c -n c` to by-pass this check.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages