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,
}
```
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
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 details)
File details
Details for the file django-lint2-0.1.tar.gz.
File metadata
- Download URL: django-lint2-0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd2c3a71b05e649b9b7b4a1f3705078fbff3d1451889f00af94951dafdce8ca4
|
|
| MD5 |
2280989d49cad3851fb4655e21b4c1f1
|
|
| BLAKE2b-256 |
bd1354bad185c29255fe824cbda951efe0d6ca6c1ed70de15135f2d33a763c0a
|