Skip to content

Conversation

n2ygk
Copy link
Contributor

@n2ygk n2ygk commented Mar 1, 2020

Fixes #796

Description of the Change

Restore flake8 tests that were disabled with --exit-zero and commenting out flake8-quotes
Required a few minor syntax changes a handful of files.

Checklist

  • PR only contains one change (considered splitting up PR)
  • unit-test added
  • documentation updated
  • CHANGELOG.md updated (only for user relevant changes)
  • author name in AUTHORS

n2ygk added 2 commits March 1, 2020 14:59
- remove '--exit-zero' so flake8 errors will actually cause a travis failure.
- restore flake8-quotes. (I may prefer single quotes but @jlelanche has decreed they shall be double. Obey!)
- fix various isort and flake8 (mostly single vs. double quotes) errors that crept in since the tests were disabled.
@n2ygk n2ygk added this to the 1.3 milestone Mar 1, 2020
@n2ygk n2ygk requested a review from auvipy March 1, 2020 20:20
@n2ygk
Copy link
Contributor Author

n2ygk commented Mar 1, 2020

@jleclanche must have a français de Suisse keyboard. In 'murica we prefer single quotes as they don't require the shift key;-)

502ebcde (Jerome Leclanche    2017-12-03 02:59:09 +0200 63) inline-quotes = double

@coveralls
Copy link

coveralls commented Mar 1, 2020

Pull Request Test Coverage Report for Build 1299

  • 17 of 17 (100.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.768%

Totals Coverage Status
Change from base Build 1298: 0.0%
Covered Lines: 1268
Relevant Lines: 1338

💛 - Coveralls

@auvipy auvipy merged commit 26c1f2b into django-oauth:master Mar 2, 2020
@n2ygk n2ygk mentioned this pull request Mar 2, 2020
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Undo commented-out PEP8 tests
3 participants