mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 09:36:52 +03:00
Fix linters.rst sphinx warnings (#1167)
* Fix linters.rst sphinx warnings * Stick with `` instead of `
This commit is contained in:
parent
96028e3bbe
commit
27fb6e1a0a
|
@ -14,7 +14,7 @@ To run flake8:
|
|||
The config for flake8 is located in setup.cfg. It specifies:
|
||||
|
||||
* 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
|
||||
------
|
||||
|
@ -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:
|
||||
|
||||
* 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