Ignored .vscode and added pylint dev-package.

This commit is contained in:
Marcus Scholz 2020-07-31 16:18:10 +02:00
parent 4ca0939dcf
commit 0fefaf66dd
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -88,3 +88,6 @@ venv/
ENV/ ENV/
env.bak/ env.bak/
venv.bak/ venv.bak/
# Editors
.vscode

View File

@ -4,12 +4,12 @@ url = "https://pypi.org/simple"
verify_ssl = true verify_ssl = true
[dev-packages] [dev-packages]
pylint = "*"
[packages] [packages]
django = "*" django = "*"
django-thumbs-v2 = "*" django-thumbs-v2 = "*"
image = "*" image = "*"
# Commented out to not explicitly specify Python3 subversion. # Commented out to not explicitly specify Python3 subversion.
# [requires] # [requires]
# python_version = "3.8" # python_version = "3.8"