Skip to main content

Plugin for flake8 to support Vyper

Project description

flake8-vyper

Flake8 vyper plugin. This plugin is experimental, so, beware.

Install

pip install flake8-vyper

VyperFilterPlugin

This plugin filters out false-positives for expected Vyper globals and types.

Usage

Alter your .flake8 config so that the following lines are included in the [flake8] section of the INI.

[flake8]
format = vyper_filter
filename = *.py,*.vy

Alternatively, you can specify this with the flake8 CLI command:

flake8 --format=vyper_filter

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_vyper-0.1.0.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

flake8_vyper-0.1.0-py3-none-any.whl (1.8 kB view hashes)

Uploaded 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