{"id":341778,"date":"2022-11-26T21:00:07","date_gmt":"2022-11-26T21:00:07","guid":{"rendered":"http:\/\/savepearlharbor.com\/?p=341778"},"modified":"-0001-11-30T00:00:00","modified_gmt":"-0001-11-29T21:00:00","slug":"","status":"publish","type":"post","link":"https:\/\/savepearlharbor.com\/?p=341778","title":{"rendered":"<span>\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 Visual Studio Code \u0434\u043b\u044f Django<\/span>"},"content":{"rendered":"<div><\/div>\n<div id=\"post-content-body\">\n<div>\n<div class=\"article-formatted-body article-formatted-body article-formatted-body_version-2\">\n<div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\">\n<details class=\"spoiler\">\n<summary>TL;DR<\/summary>\n<div class=\"spoiler__content\">\n<pre><code>pip install django black isort pylint django-pylint mypy django-stubs<\/code><\/pre>\n<h2>settings.json<\/h2>\n<pre><code class=\"json\">{     \"editor.formatOnSave\": true,     \"python.linting.lintOnSave\": true,     \"python.linting.enabled\": true,     \"python.linting.pylintEnabled\": true,     \"python.linting.pylintArgs\": [         \"--load-plugins\",         \"pylint_django\",         \"--django-settings-module=core.settings\",         \"--max-line-length=120\"     ],     \"python.formatting.provider\": \"black\",     \"python.formatting.blackArgs\": [         \"--line-length=120\"     ],     \"editor.codeActionsOnSave\": {         \"source.organizeImports\": true     },     \"python.linting.mypyEnabled\": true }<\/code><\/pre>\n<h2>mypy.ini<\/h2>\n<pre><code>[mypy] plugins =     mypy_django_plugin.main  [mypy.plugins.django-stubs] django_settings_module = \"myproject.settings\"<\/code><\/pre>\n<h3>.isort.cfg<\/h3>\n<pre><code>[tool.isort] profile = \"black\"<\/code><\/pre>\n<\/p>\n<\/div>\n<\/details>\n<p>\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 Visual Studio Code \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u043d\u0430\u0434 \u043f\u0440\u043e\u0435\u043a\u0442\u0430\u043c\u0438 Django \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f \u043e\u0442 \u0442\u0438\u043f\u0438\u0447\u043d\u043e\u0433\u043e \u0441\u0435\u0442\u0430\u043f\u0430 \u0434\u043b\u044f pure Python \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0432 Django \u043c\u0430\u043b\u043e \u043f\u043e\u043b\u044c\u0437\u044b \u043e\u0442 mypy, \u0442\u0430\u043a \u043a\u0430\u043a \u043e\u043d \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0442\u0438\u043f\u044b Django. \u0422\u043e\u0447\u043d\u043e \u0442\u0430\u043a\u0436\u0435 \u0434\u0435\u043b\u0430 \u043e\u0431\u0441\u0442\u043e\u044f\u0442 \u0441 \u043b\u0438\u043d\u0442\u0435\u0440\u0430\u043c\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435, \u0431\u0435\u0437 \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438, \u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0442 \u0441 \u043a\u043e\u0434\u043e\u043c Django \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e.<\/p>\n<p>\u042d\u0442\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u043c\u043e\u0436\u043d\u043e \u0440\u0435\u0448\u0438\u0442\u044c \u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432, \u043d\u043e \u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e \u0433\u043e\u0442\u043e\u0432\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u0434\u043b\u044f mypy \u0438 pylint.<\/p>\n<h2>\u0427\u0442\u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u043c<\/h2>\n<ul>\n<li>\n<p><a href=\"https:\/\/black.readthedocs.io\/en\/stable\/\" rel=\"noopener noreferrer nofollow\">black<\/a> \u2013 \u043f\u0430\u043a\u0435\u0442 \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043a\u043e\u0434\u0430<\/p>\n<\/li>\n<li>\n<p><a href=\"https:\/\/pylint.pycqa.org\/en\/latest\/\" rel=\"noopener noreferrer nofollow\">pylint<\/a> \u2013 \u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440 \u043a\u043e\u0434\u0430<\/p>\n<\/li>\n<li>\n<p><a href=\"https:\/\/pycqa.github.io\/isort\/\" rel=\"noopener noreferrer nofollow\">isort<\/a> \u2013 \u043f\u0430\u043a\u0435\u0442 \u0434\u043b\u044f \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438 \u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0439 <code>import<\/code><\/p>\n<\/li>\n<li>\n<p><a href=\"http:\/\/mypy-lang.org\/\" rel=\"noopener noreferrer nofollow\">mypy<\/a> \u2013 \u043f\u0430\u043a\u0435\u0442 \u0434\u043b\u044f \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u0442\u0438\u043f\u043e\u0432<\/p>\n<\/li>\n<\/ul>\n<h3>\u041f\u043b\u0430\u0433\u0438\u043d\u044b<\/h3>\n<ul>\n<li>\n<p><a href=\"https:\/\/pypi.org\/project\/pylint-django\/\" rel=\"noopener noreferrer nofollow\">django-pylint<\/a> \u2013 \u043f\u043b\u0430\u0433\u0438\u043d pylint, \u0443\u043b\u0443\u0447\u0448\u0430\u044e\u0449\u0438\u0439 \u0430\u043d\u0430\u043b\u0438\u0437 \u043a\u043e\u0434\u0430 Django.<\/p>\n<\/li>\n<li>\n<p><a href=\"https:\/\/github.com\/typeddjango\/django-stubs\" rel=\"noopener noreferrer nofollow\">django-stubs<\/a> \u2013 \u043f\u043b\u0430\u0433\u0438\u043d mypy, \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0449\u0438\u0439 \u0431\u043e\u043b\u0435\u0435 \u0442\u043e\u0447\u043d\u044b\u0435 \u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0442\u0438\u043f\u044b \u0434\u043b\u044f Django.<\/p>\n<\/li>\n<\/ul>\n<h2>\u041d\u043e\u0432\u044b\u0439 \u043f\u0440\u043e\u0435\u043a\u0442 Django<\/h2>\n<p>\u041d\u0430\u0447\u043d\u0443 \u0441 \u043d\u0443\u043b\u044f \u0438 \u0431\u0443\u0434\u0443 \u0434\u0432\u0438\u0433\u0430\u0442\u044c\u0441\u044f \u043a \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u043c Visual Studio Code.<\/p>\n<h3>\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 Django \u0438 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0435\u0439<\/h3>\n<p>\u042f \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u044e \u0440\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u043f\u0440\u043e\u0435\u043a\u0442\u044b \u0432 \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u0430\u0445 <a href=\"https:\/\/www.docker.com\/\" rel=\"noopener noreferrer nofollow\">Docker<\/a> \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f Visual Studio Code <a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=ms-vscode-remote.vscode-remote-extensionpack\" rel=\"noopener noreferrer nofollow\">Remote Development<\/a>. \u0422\u0430\u043a\u0436\u0435 \u043c\u043e\u0436\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c <a href=\"https:\/\/docs.python.org\/3\/library\/venv.html\" rel=\"noopener noreferrer nofollow\">\u0432\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u043e\u0435 \u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0435<\/a>, \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0435\u0433\u043e \u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043a\u043e\u043c\u0430\u043d\u0434\u0443:<\/p>\n<pre><code>pip install django black isort pylint django-pylint mypy django-stubs<\/code><\/pre>\n<h3>\u041d\u043e\u0432\u044b\u0439 \u043f\u0440\u043e\u0435\u043a\u0442 Django<\/h3>\n<p>\u0414\u043b\u044f \u0441\u0435\u0442\u0430\u043f\u0430 \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0441\u0442\u0430\u0440\u0442\u043e\u0432\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 Django, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439:<\/p>\n<pre><code>django-admin startproject core .<\/code><\/pre>\n<p>\u041f\u043e\u043b\u0443\u0447\u0430\u0435\u043c \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443 \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0439:<\/p>\n<pre><code>. \u251c\u2500\u2500 core \u2502   \u251c\u2500\u2500 asgi.py \u2502   \u251c\u2500\u2500 __init__.py \u2502   \u251c\u2500\u2500 settings.py \u2502   \u251c\u2500\u2500 urls.py \u2502   \u2514\u2500\u2500 wsgi.py \u251c\u2500\u2500 manage.py<\/code><\/pre>\n<p>\u042f \u043d\u0435 \u0431\u0443\u0434\u0443 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u043d\u043e\u0432\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 Django. \u0412\u043c\u0435\u0441\u0442\u043e \u044d\u0442\u043e\u0433\u043e \u044f \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0443 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044e \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u0432 \u044d\u0442\u043e\u0442 \u043f\u0440\u043e\u0435\u043a\u0442, \u0430 \u0432\u044b \u043f\u043e\u0437\u0434\u043d\u0435\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u0435 \u0441\u0432\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0432 \u0443\u0436\u0435 \u0433\u043e\u0442\u043e\u0432\u0443\u044e, \u0443\u0434\u043e\u0431\u043d\u0443\u044e \u0441\u0440\u0435\u0434\u0443 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438.<\/p>\n<h2>\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 Visual Studio Code<\/h2>\n<p>\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u044b \u0445\u043e\u0442\u0438\u043c \u043f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u043a \u043f\u0440\u043e\u0435\u043a\u0442\u0443 Django, \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u043e\u0441\u043f\u043e\u0441\u043e\u0431\u043d\u044b \u0431\u0435\u0437 <a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=ms-python.python\" rel=\"noopener noreferrer nofollow\">\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f<\/a> Python \u0434\u043b\u044f Visual Studio Code.<\/p>\n<p>\u041e\u0442 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u043a \u043f\u0440\u043e\u0435\u043a\u0442\u0443 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u0438 \u0441\u0430\u043c\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u043c\u0435\u043d\u044f\u0442\u044c\u0441\u044f. \u041f\u043e\u044d\u0442\u043e\u043c\u0443 Visual Studio Code \u0440\u0430\u0437\u0434\u0435\u043b\u044f\u0435\u0442 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432 \u043d\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 (\u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u044b\u0435) \u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432. \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432 \u043f\u0440\u0438\u0432\u044f\u0437\u0430\u043d\u044b \u043a \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u043c\u0443 \u043f\u0440\u043e\u0435\u043a\u0442\u0443. \u0418\u0445 \u043c\u043e\u0436\u043d\u043e \u0438\u0437\u043c\u0435\u043d\u044f\u0442\u044c \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0432 \u0432 \u043a\u043e\u0440\u043d\u0435 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u044e <code>.vscode<\/code> \u0441 \u0444\u0430\u0439\u043b\u043e\u043c <code>settings.json<\/code> \u0432\u043d\u0443\u0442\u0440\u0438. \u0412 \u044d\u0442\u043e\u043c \u0444\u0430\u0439\u043b\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442\u0441\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430:<\/p>\n<pre><code class=\"json\">{     \"editor.formatOnSave\": true,     \"python.formatting.provider\": \"black\",     \"python.formatting.blackArgs\": [         \"--line-length=120\"     ],     \"python.linting.enabled\": true,     \"python.linting.lintOnSave\": true,     \"python.linting.pylintEnabled\": true,     \"python.linting.pylintArgs\": [         \"--load-plugins\",         \"pylint_django\",         \"--django-settings-module=core.settings\",         \"--max-line-length=120\"     ],          \"editor.codeActionsOnSave\": {         \"source.organizeImports\": true     },     \"python.linting.mypyEnabled\": true }<\/code><\/pre>\n<h3>\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u043c black<\/h3>\n<p>\u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u0434 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0444\u0430\u0439\u043b\u0430 (Ctrl+S):<\/p>\n<pre><code class=\"json\">\"editor.formatOnSave\": true,<\/code><\/pre>\n<p>\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f black:<\/p>\n<pre><code class=\"json\">\"python.formatting.provider\": \"black\",<\/code><\/pre>\n<p>Black \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u0434\u043b\u0438\u043d\u0443 \u0441\u0442\u0440\u043e\u043a\u0438 \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0432 88 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432. \u041d\u0443\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u044d\u0442\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0441\u043e\u0433\u043b\u0430\u0441\u043d\u043e \u043f\u0440\u0438\u043d\u044f\u0442\u043e\u043c\u0443 \u0434\u043b\u044f Django \u0441\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u044e:<\/p>\n<pre><code class=\"json\">\"python.formatting.blackArgs\": [         \"--line-length=120\"     ],<\/code><\/pre>\n<h3>\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u043c pylint<\/h3>\n<p>\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u043c \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u043b\u0438\u043d\u0442\u0438\u043d\u0433\u0430:<\/p>\n<pre><code class=\"json\">\"python.linting.enabled\": true,<\/code><\/pre>\n<p>\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u043c \u043b\u0438\u043d\u0442\u0438\u043d\u0433 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0444\u0430\u0439\u043b\u0430 (Ctrl+S):<\/p>\n<pre><code class=\"json\">\"python.linting.lintOnSave\": true,<\/code><\/pre>\n<p>\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u043c pylint:<\/p>\n<pre><code class=\"json\">\"python.linting.pylintEnabled\": true,<\/code><\/pre>\n<p>\u0418\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u0443\u0435\u043c \u043f\u043b\u0430\u0433\u0438\u043d django-pylint \u0438 \u043c\u0435\u043d\u044f\u043c \u0434\u043b\u0438\u043d\u0443 \u043b\u0438\u043d\u0438\u0438:<\/p>\n<pre><code class=\"json\">\"python.linting.pylintArgs\": [         \"--load-plugins\",         \"pylint_django\",         \"--django-settings-module=core.settings\",         \"--max-line-length=120\"     ],<\/code><\/pre>\n<h3>\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u043c isort<\/h3>\n<pre><code class=\"json\">\"editor.codeActionsOnSave\": {         \"source.organizeImports\": true     },<\/code><\/pre>\n<h4>\u0421\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0441\u0442\u044c \u0441 black<\/h4>\n<p>black \u0438\u043c\u0435\u0435\u0442 \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u0443\u044e \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0438\u043c\u043f\u043e\u0440\u0442\u043e\u0432, \u043e\u0442\u043b\u0438\u0447\u043d\u0443\u044e \u043e\u0442 isort. \u0427\u0442\u043e\u0431\u044b \u0434\u0432\u0430 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430 \u043d\u0435 \u043a\u043e\u043d\u0444\u043b\u0438\u043a\u0442\u043e\u0432\u0430\u043b\u0438, \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u043c isort \u043d\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438 black. \u0414\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043f\u0438\u0448\u0435\u043c \u0432 \u0444\u0430\u0439\u043b <code>isort.cfg<\/code> \u0432 \u043a\u043e\u0440\u043d\u0435 \u043f\u0440\u043e\u0435\u043a\u0442\u0430:<\/p>\n<pre><code>[settings] profile=black<\/code><\/pre>\n<h2>\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u043c mypy<\/h2>\n<pre><code class=\"json\">\"python.linting.mypyEnabled\": true<\/code><\/pre>\n<p>\u041f\u0438\u0448\u0435\u043c \u0432 \u0444\u0430\u0439\u043b <code>mypy.ini<\/code> \u0432 \u043a\u043e\u0440\u043d\u0435 \u043f\u0440\u043e\u0435\u043a\u0442\u0430:<\/p>\n<pre><code>[mypy] plugins =     mypy_django_plugin.main  [mypy.plugins.django-stubs] django_settings_module = \"myproject.settings\"<\/code><\/pre>\n<h2>\u0413\u043e\u0442\u043e\u0432\u043e!<\/h2>\n<p>\u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043d\u0430\u0447\u0430\u0442\u044c \u043f\u0438\u0441\u0430\u0442\u044c \u043d\u043e\u0432\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441 \u043c\u043e\u0438\u043c \u0441\u0435\u0442\u0430\u043f\u043e\u043c, \u043d\u0430\u0434\u0435\u044e\u0441\u044c \u0432\u0430\u043c \u043f\u043e\u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f!<\/p>\n<p>\u0415\u0441\u043b\u0438 \u0432\u0430\u043c \u043f\u043e\u043d\u0440\u0430\u0432\u0438\u043b\u0430\u0441\u044c \u0441\u0442\u0430\u0442\u044c\u044f, \u043f\u043e\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u0439\u0442\u0435\u0441\u044c \u043d\u0430 \u043c\u043e\u0439 <a href=\"https:\/\/t.me\/bachelorscoding\" rel=\"noopener noreferrer nofollow\">\u043a\u0430\u043d\u0430\u043b<\/a> \u0432 \u0442\u0435\u043b\u0435\u0433\u0440\u0430\u043c, \u0433\u0434\u0435 \u044f \u043f\u0438\u0448\u0443 \u043f\u0440\u043e Python \u0438 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e.<\/p>\n<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p> <!----> <!----><\/div>\n<p> <!----> <!----><br \/> \u0441\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b \u0441\u0442\u0430\u0442\u044c\u0438 <a href=\"https:\/\/habr.com\/ru\/post\/701800\/\"> https:\/\/habr.com\/ru\/post\/701800\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<div><\/div>\n<div id=\"post-content-body\">\n<div>\n<div class=\"article-formatted-body article-formatted-body article-formatted-body_version-2\">\n<div xmlns=\"http:\/\/www.w3.org\/1999\/xhtml\">\n<details class=\"spoiler\">\n<summary>TL;DR<\/summary>\n<div class=\"spoiler__content\">\n<pre><code>pip install django black isort pylint django-pylint mypy django-stubs<\/code><\/pre>\n<h2>settings.json<\/h2>\n<pre><code class=\"json\">{     \"editor.formatOnSave\": true,     \"python.linting.lintOnSave\": true,     \"python.linting.enabled\": true,     \"python.linting.pylintEnabled\": true,     \"python.linting.pylintArgs\": [         \"--load-plugins\",         \"pylint_django\",         \"--django-settings-module=core.settings\",         \"--max-line-length=120\"     ],     \"python.formatting.provider\": \"black\",     \"python.formatting.blackArgs\": [         \"--line-length=120\"     ],     \"editor.codeActionsOnSave\": {         \"source.organizeImports\": true     },     \"python.linting.mypyEnabled\": true }<\/code><\/pre>\n<h2>mypy.ini<\/h2>\n<pre><code>[mypy] plugins =     mypy_django_plugin.main  [mypy.plugins.django-stubs] django_settings_module = \"myproject.settings\"<\/code><\/pre>\n<h3>.isort.cfg<\/h3>\n<pre><code>[tool.isort] profile = \"black\"<\/code><\/pre>\n<\/p>\n<\/div>\n<\/details>\n<p>\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 Visual Studio Code \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u043d\u0430\u0434 \u043f\u0440\u043e\u0435\u043a\u0442\u0430\u043c\u0438 Django \u043d\u0435\u043c\u043d\u043e\u0433\u043e \u043e\u0442\u043b\u0438\u0447\u0430\u0435\u0442\u0441\u044f \u043e\u0442 \u0442\u0438\u043f\u0438\u0447\u043d\u043e\u0433\u043e \u0441\u0435\u0442\u0430\u043f\u0430 \u0434\u043b\u044f pure Python \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432. \u041d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0432 Django \u043c\u0430\u043b\u043e \u043f\u043e\u043b\u044c\u0437\u044b \u043e\u0442 mypy, \u0442\u0430\u043a \u043a\u0430\u043a \u043e\u043d \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u0442\u0438\u043f\u044b Django. \u0422\u043e\u0447\u043d\u043e \u0442\u0430\u043a\u0436\u0435 \u0434\u0435\u043b\u0430 \u043e\u0431\u0441\u0442\u043e\u044f\u0442 \u0441 \u043b\u0438\u043d\u0442\u0435\u0440\u0430\u043c\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435, \u0431\u0435\u0437 \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0439 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438, \u0440\u0430\u0431\u043e\u0442\u0430\u044e\u0442 \u0441 \u043a\u043e\u0434\u043e\u043c Django \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e.<\/p>\n<p>\u042d\u0442\u0438 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u043c\u043e\u0436\u043d\u043e \u0440\u0435\u0448\u0438\u0442\u044c \u0444\u0430\u0439\u043b\u0430\u043c\u0438 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0439 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0445 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432, \u043d\u043e \u044f \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e \u0433\u043e\u0442\u043e\u0432\u044b\u0435 \u043f\u043b\u0430\u0433\u0438\u043d\u044b \u0434\u043b\u044f mypy \u0438 pylint.<\/p>\n<h2>\u0427\u0442\u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u043c<\/h2>\n<ul>\n<li>\n<p><a href=\"https:\/\/black.readthedocs.io\/en\/stable\/\" rel=\"noopener noreferrer nofollow\">black<\/a> \u2013 \u043f\u0430\u043a\u0435\u0442 \u0434\u043b\u044f \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u043e\u0433\u043e \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u043a\u043e\u0434\u0430<\/p>\n<\/li>\n<li>\n<p><a href=\"https:\/\/pylint.pycqa.org\/en\/latest\/\" rel=\"noopener noreferrer nofollow\">pylint<\/a> \u2013 \u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0430\u043d\u0430\u043b\u0438\u0437\u0430\u0442\u043e\u0440 \u043a\u043e\u0434\u0430<\/p>\n<\/li>\n<li>\n<p><a href=\"https:\/\/pycqa.github.io\/isort\/\" rel=\"noopener noreferrer nofollow\">isort<\/a> \u2013 \u043f\u0430\u043a\u0435\u0442 \u0434\u043b\u044f \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438 \u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u0439 <code>import<\/code><\/p>\n<\/li>\n<li>\n<p><a href=\"http:\/\/mypy-lang.org\/\" rel=\"noopener noreferrer nofollow\">mypy<\/a> \u2013 \u043f\u0430\u043a\u0435\u0442 \u0434\u043b\u044f \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u0442\u0438\u043f\u043e\u0432<\/p>\n<\/li>\n<\/ul>\n<h3>\u041f\u043b\u0430\u0433\u0438\u043d\u044b<\/h3>\n<ul>\n<li>\n<p><a href=\"https:\/\/pypi.org\/project\/pylint-django\/\" rel=\"noopener noreferrer nofollow\">django-pylint<\/a> \u2013 \u043f\u043b\u0430\u0433\u0438\u043d pylint, \u0443\u043b\u0443\u0447\u0448\u0430\u044e\u0449\u0438\u0439 \u0430\u043d\u0430\u043b\u0438\u0437 \u043a\u043e\u0434\u0430 Django.<\/p>\n<\/li>\n<li>\n<p><a href=\"https:\/\/github.com\/typeddjango\/django-stubs\" rel=\"noopener noreferrer nofollow\">django-stubs<\/a> \u2013 \u043f\u043b\u0430\u0433\u0438\u043d mypy, \u043f\u0440\u0435\u0434\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u044e\u0449\u0438\u0439 \u0431\u043e\u043b\u0435\u0435 \u0442\u043e\u0447\u043d\u044b\u0435 \u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0442\u0438\u043f\u044b \u0434\u043b\u044f Django.<\/p>\n<\/li>\n<\/ul>\n<h2>\u041d\u043e\u0432\u044b\u0439 \u043f\u0440\u043e\u0435\u043a\u0442 Django<\/h2>\n<p>\u041d\u0430\u0447\u043d\u0443 \u0441 \u043d\u0443\u043b\u044f \u0438 \u0431\u0443\u0434\u0443 \u0434\u0432\u0438\u0433\u0430\u0442\u044c\u0441\u044f \u043a \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430\u043c Visual Studio Code.<\/p>\n<h3>\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 Django \u0438 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0435\u0439<\/h3>\n<p>\u042f \u043f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u044e \u0440\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044b\u0432\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0435 \u043f\u0440\u043e\u0435\u043a\u0442\u044b \u0432 \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u0430\u0445 <a href=\"https:\/\/www.docker.com\/\" rel=\"noopener noreferrer nofollow\">Docker<\/a> \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f Visual Studio Code <a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=ms-vscode-remote.vscode-remote-extensionpack\" rel=\"noopener noreferrer nofollow\">Remote Development<\/a>. \u0422\u0430\u043a\u0436\u0435 \u043c\u043e\u0436\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c <a href=\"https:\/\/docs.python.org\/3\/library\/venv.html\" rel=\"noopener noreferrer nofollow\">\u0432\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u043e\u0435 \u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0435<\/a>, \u0430\u043a\u0442\u0438\u0432\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u0435\u0433\u043e \u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043a\u043e\u043c\u0430\u043d\u0434\u0443:<\/p>\n<pre><code>pip install django black isort pylint django-pylint mypy django-stubs<\/code><\/pre>\n<h3>\u041d\u043e\u0432\u044b\u0439 \u043f\u0440\u043e\u0435\u043a\u0442 Django<\/h3>\n<p>\u0414\u043b\u044f \u0441\u0435\u0442\u0430\u043f\u0430 \u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u043e \u0441\u0442\u0430\u0440\u0442\u043e\u0432\u043e\u0433\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0430 Django, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043c\u043e\u0436\u043d\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0439 \u043a\u043e\u043c\u0430\u043d\u0434\u043e\u0439:<\/p>\n<pre><code>django-admin startproject core .<\/code><\/pre>\n<p>\u041f\u043e\u043b\u0443\u0447\u0430\u0435\u043c \u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u0443 \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u0439:<\/p>\n<pre><code>. \u251c\u2500\u2500 core \u2502   \u251c\u2500\u2500 asgi.py \u2502   \u251c\u2500\u2500 __init__.py \u2502   \u251c\u2500\u2500 settings.py \u2502   \u251c\u2500\u2500 urls.py \u2502   \u2514\u2500\u2500 wsgi.py \u251c\u2500\u2500 manage.py<\/code><\/pre>\n<p>\u042f \u043d\u0435 \u0431\u0443\u0434\u0443 \u0441\u043e\u0437\u0434\u0430\u0432\u0430\u0442\u044c \u043d\u043e\u0432\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 Django. \u0412\u043c\u0435\u0441\u0442\u043e \u044d\u0442\u043e\u0433\u043e \u044f \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0443 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044e \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u0432 \u044d\u0442\u043e\u0442 \u043f\u0440\u043e\u0435\u043a\u0442, \u0430 \u0432\u044b \u043f\u043e\u0437\u0434\u043d\u0435\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u0435 \u0441\u0432\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0432 \u0443\u0436\u0435 \u0433\u043e\u0442\u043e\u0432\u0443\u044e, \u0443\u0434\u043e\u0431\u043d\u0443\u044e \u0441\u0440\u0435\u0434\u0443 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438.<\/p>\n<h2>\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 Visual Studio Code<\/h2>\n<p>\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u044b \u0445\u043e\u0442\u0438\u043c \u043f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u043a \u043f\u0440\u043e\u0435\u043a\u0442\u0443 Django, \u043d\u0435 \u0440\u0430\u0431\u043e\u0442\u043e\u0441\u043f\u043e\u0441\u043e\u0431\u043d\u044b \u0431\u0435\u0437 <a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=ms-python.python\" rel=\"noopener noreferrer nofollow\">\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f<\/a> Python \u0434\u043b\u044f Visual Studio Code.<\/p>\n<p>\u041e\u0442 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u043a \u043f\u0440\u043e\u0435\u043a\u0442\u0443 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u043e\u0432 \u0438 \u0441\u0430\u043c\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u044b \u043c\u043e\u0433\u0443\u0442 \u043c\u0435\u043d\u044f\u0442\u044c\u0441\u044f. \u041f\u043e\u044d\u0442\u043e\u043c\u0443 Visual Studio Code \u0440\u0430\u0437\u0434\u0435\u043b\u044f\u0435\u0442 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432 \u043d\u0430 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u0435 (\u0433\u043b\u043e\u0431\u0430\u043b\u044c\u043d\u044b\u0435) \u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432. \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0440\u0430\u0431\u043e\u0447\u0438\u0445 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432 \u043f\u0440\u0438\u0432\u044f\u0437\u0430\u043d\u044b \u043a \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e\u043c\u0443 \u043f\u0440\u043e\u0435\u043a\u0442\u0443. \u0418\u0445 \u043c\u043e\u0436\u043d\u043e \u0438\u0437\u043c\u0435\u043d\u044f\u0442\u044c \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0441\u043e\u0437\u0434\u0430\u0432 \u0432 \u043a\u043e\u0440\u043d\u0435 \u043f\u0440\u043e\u0435\u043a\u0442\u0430 \u0434\u0438\u0440\u0435\u043a\u0442\u043e\u0440\u0438\u044e <code>.vscode<\/code> \u0441 \u0444\u0430\u0439\u043b\u043e\u043c <code>settings.json<\/code> \u0432\u043d\u0443\u0442\u0440\u0438. \u0412 \u044d\u0442\u043e\u043c \u0444\u0430\u0439\u043b\u0435 \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0442\u0441\u044f \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430:<\/p>\n<pre><code class=\"json\">{     \"editor.formatOnSave\": true,     \"python.formatting.provider\": \"black\",     \"python.formatting.blackArgs\": [         \"--line-length=120\"     ],     \"python.linting.enabled\": true,     \"python.linting.lintOnSave\": true,     \"python.linting.pylintEnabled\": true,     \"python.linting.pylintArgs\": [         \"--load-plugins\",         \"pylint_django\",         \"--django-settings-module=core.settings\",         \"--max-line-length=120\"     ],          \"editor.codeActionsOnSave\": {         \"source.organizeImports\": true     },     \"python.linting.mypyEnabled\": true }<\/code><\/pre>\n<h3>\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u043c black<\/h3>\n<p>\u0424\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u0434 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0444\u0430\u0439\u043b\u0430 (Ctrl+S):<\/p>\n<pre><code class=\"json\">\"editor.formatOnSave\": true,<\/code><\/pre>\n<p>\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440 \u0444\u043e\u0440\u043c\u0430\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f black:<\/p>\n<pre><code class=\"json\">\"python.formatting.provider\": \"black\",<\/code><\/pre>\n<p>Black \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u0434\u043b\u0438\u043d\u0443 \u0441\u0442\u0440\u043e\u043a\u0438 \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u0432 88 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432. \u041d\u0443\u0436\u043d\u043e \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0438\u0441\u0430\u0442\u044c \u044d\u0442\u043e \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0441\u043e\u0433\u043b\u0430\u0441\u043d\u043e \u043f\u0440\u0438\u043d\u044f\u0442\u043e\u043c\u0443 \u0434\u043b\u044f Django \u0441\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u044e:<\/p>\n<pre><code class=\"json\">\"python.formatting.blackArgs\": [         \"--line-length=120\"     ],<\/code><\/pre>\n<h3>\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u043c pylint<\/h3>\n<p>\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u043c \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u043b\u0438\u043d\u0442\u0438\u043d\u0433\u0430:<\/p>\n<pre><code class=\"json\">\"python.linting.enabled\": true,<\/code><\/pre>\n<p>\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u043c \u043b\u0438\u043d\u0442\u0438\u043d\u0433 \u0432\u043e \u0432\u0440\u0435\u043c\u044f \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u0444\u0430\u0439\u043b\u0430 (Ctrl+S):<\/p>\n<pre><code class=\"json\">\"python.linting.lintOnSave\": true,<\/code><\/pre>\n<p>\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u043c pylint:<\/p>\n<pre><code class=\"json\">\"python.linting.pylintEnabled\": true,<\/code><\/pre>\n<p>\u0418\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u0443\u0435\u043c \u043f\u043b\u0430\u0433\u0438\u043d django-pylint \u0438 \u043c\u0435\u043d\u044f\u043c \u0434\u043b\u0438\u043d\u0443 \u043b\u0438\u043d\u0438\u0438:<\/p>\n<pre><code class=\"json\">\"python.linting.pylintArgs\": [         \"--load-plugins\",         \"pylint_django\",         \"--django-settings-module=core.settings\",         \"--max-line-length=120\"     ],<\/code><\/pre>\n<h3>\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u043c isort<\/h3>\n<pre><code class=\"json\">\"editor.codeActionsOnSave\": {         \"source.organizeImports\": true     },<\/code><\/pre>\n<h4>\u0421\u043e\u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0441\u0442\u044c \u0441 black<\/h4>\n<p>black \u0438\u043c\u0435\u0435\u0442 \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u0443\u044e \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0443 \u0438\u043c\u043f\u043e\u0440\u0442\u043e\u0432, \u043e\u0442\u043b\u0438\u0447\u043d\u0443\u044e \u043e\u0442 isort. \u0427\u0442\u043e\u0431\u044b \u0434\u0432\u0430 \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442\u0430 \u043d\u0435 \u043a\u043e\u043d\u0444\u043b\u0438\u043a\u0442\u043e\u0432\u0430\u043b\u0438, \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u043c isort \u043d\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u043a\u0438 black. \u0414\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043f\u0438\u0448\u0435\u043c \u0432 \u0444\u0430\u0439\u043b <code>isort.cfg<\/code> \u0432 \u043a\u043e\u0440\u043d\u0435 \u043f\u0440\u043e\u0435\u043a\u0442\u0430:<\/p>\n<pre><code>[settings] profile=black<\/code><\/pre>\n<h2>\u0412\u043a\u043b\u044e\u0447\u0430\u0435\u043c mypy<\/h2>\n<pre><code class=\"json\">\"python.linting.mypyEnabled\": true<\/code><\/pre>\n<p>\u041f\u0438\u0448\u0435\u043c \u0432 \u0444\u0430\u0439\u043b <code>mypy.ini<\/code> \u0432 \u043a\u043e\u0440\u043d\u0435 \u043f\u0440\u043e\u0435\u043a\u0442\u0430:<\/p>\n<pre><code>[mypy] plugins =     mypy_django_plugin.main  [mypy.plugins.django-stubs] django_settings_module = \"myproject.settings\"<\/code><\/pre>\n<h2>\u0413\u043e\u0442\u043e\u0432\u043e!<\/h2>\n<p>\u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043d\u0430\u0447\u0430\u0442\u044c \u043f\u0438\u0441\u0430\u0442\u044c \u043d\u043e\u0432\u043e\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0435 \u0441 \u043c\u043e\u0438\u043c \u0441\u0435\u0442\u0430\u043f\u043e\u043c, \u043d\u0430\u0434\u0435\u044e\u0441\u044c \u0432\u0430\u043c \u043f\u043e\u043d\u0440\u0430\u0432\u0438\u0442\u0441\u044f!<\/p>\n<p>\u0415\u0441\u043b\u0438 \u0432\u0430\u043c \u043f\u043e\u043d\u0440\u0430\u0432\u0438\u043b\u0430\u0441\u044c \u0441\u0442\u0430\u0442\u044c\u044f, \u043f\u043e\u0434\u043f\u0438\u0441\u044b\u0432\u0430\u0439\u0442\u0435\u0441\u044c \u043d\u0430 \u043c\u043e\u0439 <a href=\"https:\/\/t.me\/bachelorscoding\" rel=\"noopener noreferrer nofollow\">\u043a\u0430\u043d\u0430\u043b<\/a> \u0432 \u0442\u0435\u043b\u0435\u0433\u0440\u0430\u043c, \u0433\u0434\u0435 \u044f \u043f\u0438\u0448\u0443 \u043f\u0440\u043e Python \u0438 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e.<\/p>\n<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p> <!----> <!----><\/div>\n<p> <!----> <!----><br \/> \u0441\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b \u0441\u0442\u0430\u0442\u044c\u0438 <a href=\"https:\/\/habr.com\/ru\/post\/701800\/\"> https:\/\/habr.com\/ru\/post\/701800\/<\/a><br \/><\/br><\/br><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-341778","post","type-post","status-publish","format-standard","hentry"],"_links":{"self":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts\/341778","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=341778"}],"version-history":[{"count":0,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts\/341778\/revisions"}],"wp:attachment":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=341778"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=341778"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=341778"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}