Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Type annotation and f-strings errors: Unexpected token of type "OP" encounted. #61

@grenki

Description

@grenki

example:

@attr.s
class A:
     b: int = attr.ib()

a = 2
log.warning(f'a: {a}')

Do you have python 3.6+ support?

Maybe issue caused by environment. I use pipenv environment, and tool reports "The python binary is potentially unsafe"

Thank you for this awesome tool :)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions