PR / Issue automation - Better setup script#85
Merged
stefdworschak merged 17 commits intoCode-Institute-Community:masterfrom Oct 20, 2020
Merged
Conversation
…issue-request-automation
…issue-request-automation
Contributor
Author
|
@JimLynx if you want to for the bat file do let me know and we can have a session and fun. |
Contributor
|
That would be super @Eventyret |
Contributor
Author
|
@TravelTimN Would this go towrds the accepted tag for Hacktober please ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
setup.shandsetup.batwill not install the python extensions for Vscode (Requires reload of VSCode)setup.shwill now check if Pipfile is present if it is it will use this (saves time) if not falls back to requirements.setup.shandsetup.batwill now installpylint pylint-django pep8 autopep8this should help with Vscode and lining issues for best Pep8 practicessetup.shandsetup.batwill now create avscode/settings.jsonthis to hold linting info and also should auto-detect if a virtual environment is selectedRelated Issue:
N/A
Configuration instructions:
N/A
Screenshots:

Additional Information:
Would love some help with the
batand convert it I'm on mac so unable to test setup.bat feel free to make a PR towards this or use what has been generated and modify accordingly.