Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flake8_global_variables

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.

Installation

To make work this plugin you need to have installed flake8 3.0.0 or later and any recent version of python 3. To install the plugin you can run the following commands:

git clone https://github.com/i02sopop/flake8-global-variables
cd flake8-global-variables
sudo python3 setup.py install

License

flake8_global_variables is licensed under the GNU GPLv3. You should have received a copy of the GNU General Public License along with flake8_global_variables. If not, see http://www.gnu.org/licenses/.

GNU GPLv3

About

Python flake8 plugin to check if there are global variables defined

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages