Skip to main content

A linter work with Django.

Project description

# django-lint2 ✅

Lint2 is a linter work with Django.

## Requirements

Python 3+
Django
Flake8

## Installation

Install using pip!

```sh
pip install flake8 django-lint2
```

Add 'lint2' to your INSTALLED_APPS setting.

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

## Settings

Add options of flake8 to your settings.

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

```py
LINT2 = {
'max_line_length': 120,
}
```

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-lint2-0.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page