Skip to content

t-hiroyoshi/django-lint2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages