Skip to content

Fix linting for python2.7 #56

Description

@gpetrousov

Currently the linting tests complain about the usage of the 'print' statement as a function.

The command "pytest --mccabe -m mccabe" exited with 1. ... =================================== FAILURES =================================== _________________________ [pylint] git_stalk/stalk.py __________________________ C: 87, 0: Unnecessary parens after 'print' keyword (superfluous-parens) C: 88, 0: Unnecessary parens after 'print' keyword (superfluous-parens) C: 89, 0: Unnecessary parens after 'print' keyword (superfluous-parens) C: 90, 0: Unnecessary parens after 'print' keyword (superfluous-parens) ...

Suggestion(s):

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions