Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 565 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 565 Bytes

flake8-edited

EDITED rules for linting python

Usage

  • Add this package to your requirements, ideally with a flexible version, e.g.:
edited-flake8>=0.0.1,<0.1
  • Use the provided command to run the checks.
elinted

The command line take the same parameters as the original flake8

Development

A version of tox is required to be available in your PATH:

sudo pip install tox

There is very minimal validation on this package, but at least to check that it installs correctly in all supported versions of python:

tox