dreadatour / Flake8Lint

Sublime Text plugin for lint Python files
234 stars 58 forks source link

flake8lint seems not work if `global` in #97

Open missuor opened 7 years ago

missuor commented 7 years ago

image and if I put a global, it goes into something like this image image

I wonder if there are any problems.

the code

# coding=utf-8

class Test(object):
    x = a_function(y=UNDEFINED_CONSTANT)

def foo():
    global ANYTHING