Ignored .vscode and added pylint dev-package.
This commit is contained in:
parent
4ca0939dcf
commit
0fefaf66dd
3
.gitignore
vendored
3
.gitignore
vendored
@ -88,3 +88,6 @@ venv/
|
|||||||
ENV/
|
ENV/
|
||||||
env.bak/
|
env.bak/
|
||||||
venv.bak/
|
venv.bak/
|
||||||
|
|
||||||
|
# Editors
|
||||||
|
.vscode
|
2
Pipfile
2
Pipfile
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user