Contents

flake8-builtins 2.5.0

0

Check for python builtins being used as variables or parameters

Check for python builtins being used as variables or parameters

Stars: 113, Watchers: 113, Forks: 22, Open Issues: 0

The gforcada/flake8-builtins repo was created 8 years ago and the last code push was 3 weeks ago.
The project is popular with 113 github stars!

How to Install flake8-builtins

You can install flake8-builtins using pip

pip install flake8-builtins

or add it to a project with poetry

poetry add flake8-builtins

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/flake8-builtins/
GitHub Repo:
https://github.com/gforcada/flake8-builtins

Classifiers

  • Software Development
  • Software Development/Quality Assurance
No  flake8-builtins  pypi packages just yet.

Errors

A list of common flake8-builtins errors.

Code Examples

Here are some flake8-builtins code examples and snippets.

Related Packages & Articles

flake8-bugbear 24.4.26

A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.

flake8-2020 1.8.1

flake8 plugin which checks for misuse of sys.version or sys.version_info