mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 22:44:54 +03:00
Fix linters.rst sphinx warnings
This commit is contained in:
parent
89bc1212b3
commit
9b2f27d15a
|
@ -14,7 +14,7 @@ To run flake8:
|
||||||
The config for flake8 is located in setup.cfg. It specifies:
|
The config for flake8 is located in setup.cfg. It specifies:
|
||||||
|
|
||||||
* Set max line length to 120 chars
|
* Set max line length to 120 chars
|
||||||
* Exclude .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
|
* Exclude `.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules`
|
||||||
|
|
||||||
pylint
|
pylint
|
||||||
------
|
------
|
||||||
|
@ -40,4 +40,4 @@ This is included in flake8's checks, but you can also run it separately to see a
|
||||||
The config for pep8 is located in setup.cfg. It specifies:
|
The config for pep8 is located in setup.cfg. It specifies:
|
||||||
|
|
||||||
* Set max line length to 120 chars
|
* Set max line length to 120 chars
|
||||||
* Exclude .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
|
* Exclude `.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user