Skip to main content

builtin override checker plugin for flake8

Project description

Check for overrides of Python builtin methods

This module provides a plugin for flake8, the Python code checker.

Installation

You can install or upgrade flake8-builtins-unleashed with these commands:

$ pip install flake8-builtins-unleashed
$ pip install --upgrade flake8-builtins-unleashed

Plugin for Flake8

When both flake8 and flake8-builtins-unleashed are installed, the plugin is available in flake8:

$ flake8 --version
2.0 (pep8: 1.4.5, flake8-builtins: 1.0, pyflakes: 0.6.1)

Options

If you want to ignore a certain type of override, you can use the following option:

$ flake8 --builtins-exclude=FloatingPointError,__import__

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flake8-builtins-unleashed-1.3.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

flake8_builtins_unleashed-1.3.1-py2.py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page