Skip to content

A flake8 extension for identifying global variables which are not used anywhere in the module.

License

Notifications You must be signed in to change notification settings

nicejobinc/flake8-unused-globals

Repository files navigation

flake8-unused-globals

A flake8 plugin that checks for unused global variables.

This package adds the following warnings:

  • UUG001: An unused global variable.

There are no configuration options at this time.

About

A flake8 extension for identifying global variables which are not used anywhere in the module.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages