graphql-python / graphql-core-legacy

GraphQL base implementation for Python (legacy version – see graphql-core for the current one)
MIT License
374 stars 184 forks source link

Add flake8 pre-commit hook and manually edit files to fix flake8 viol… #191

Closed dan98765 closed 5 years ago

dan98765 commented 6 years ago

…ations

Mostly removing imports that never get used, multiple tests with the same name in a file, indentation, variables named l...

dan98765 commented 6 years ago

Master has changed drastically since I first did this. I'll close this out and reopen after I get a chance to redo it.

dan98765 commented 6 years ago

This is resurrected and updated.

Ignoring F401 (unused imports) across the repository since there are things imported for mypy that look unused to flake8.

@syrusakbary this is ready for your 👀

dan98765 commented 5 years ago

Closing in favor of https://github.com/graphql-python/graphql-core/pull/232