Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Set up OAuth for Github #163

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TheLethalCode
Copy link

Oauth has been setup in the oauth.py, and the kwoc app (flask) is acting as the server.

@pep8speaks
Copy link

Hello @TheLethalCode! Thanks for submitting the PR.

  • In the file kwoc/app.py, following are the PEP8 issues :

Line 49:1: E302 expected 2 blank lines, found 1
Line 109:80: E501 line too long (93 > 79 characters)
Line 116:80: E501 line too long (97 > 79 characters)
Line 126:80: E501 line too long (81 > 79 characters)
Line 150:80: E501 line too long (92 > 79 characters)
Line 209:1: E302 expected 2 blank lines, found 1
Line 211:16: W291 trailing whitespace
Line 215:1: E302 expected 2 blank lines, found 1
Line 217:9: E225 missing whitespace around operator

Line 6:1: E302 expected 2 blank lines, found 1
Line 14:1: W293 blank line contains whitespace
Line 15:8: E225 missing whitespace around operator
Line 18:1: E302 expected 2 blank lines, found 1
Line 21:51: E231 missing whitespace after ','
Line 21:80: E501 line too long (99 > 79 characters)
Line 22:29: E231 missing whitespace after ','
Line 22:80: E501 line too long (83 > 79 characters)
Line 24:1: E305 expected 2 blank lines after class or function definition, found 1
Line 25:26: W292 no newline at end of file

@kshitij10496
Copy link
Member

Move this to kwoc! 😃

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants