Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-lint2 ✅

Lint2 is a linter work with Django.

Requirements

Python 3+ Django Flake8

Installation

Install using pip!

pip install flake8 django-lint2

Add 'lint2' to your INSTALLED_APPS setting.

INSTALLED_APPS = (
  ...,
  'lint2',
)

Settings

Add options of flake8 to your settings.

See flake8 documents (http://flake8.pycqa.org/en/latest/user/configuration.html).

LINT2 = {
  'max_line_length': 120,
}

About

Lint2 is a linter work on Django.

Topics

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages