nextstrain / fauna

RethinkDB database to support real-time virus analysis
GNU Affero General Public License v3.0
33 stars 13 forks source link

GitHub Action to lint Python code #105

Closed cclauss closed 3 years ago

cclauss commented 3 years ago

Output: https://github.com/cclauss/fauna/actions

  1. unicode() was removed in Python 3 (use str on Py3-only or six.text_type on Py2 and Py3)
  2. Missing imports: ctypes, sys
  3. Undefined names: ~Error~, infile, logger, parser

Description of proposed changes

What is the goal of this pull request? What does this pull request change?

Related issue(s)

Fixes #
Related to #104

Testing

What steps should be taken to test the changes you've proposed?
If you added or changed behavior in the codebase, did you update the tests, or do you need help with this?

Thank you for contributing to Nextstrain!