News

flake8_global_variables is a plugin for flake8 to lint the python code and show a warning when a global variable is defined, both in a general file or inside a function with the global keyword. To ...