Skip to main content

Plugin for flake8 to support Vyper

Project description

flake8-vyper

Flake8 wrapper to support Vyper. This is experimental, so, beware.

Install

pip install flake8-vyper

Usage

You can run flake8 with this wrapper with the command flake8-vyper.

Configuration

You can use all the same CLI options as flake8, but config should be done in the flake8-vyper section to prevent conflicts. Here's an example tox.ini for a project with python and vyper:

[flake8]
exclude = .git,__pycache__,build
max-line-length = 100
filename = *.py

[flake8-vyper]
exclude = .git,__pycache__,build
max-line-length = 100
filename = *.vy

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.10.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

flake8_vyper-0.1.10-py3-none-any.whl (3.2 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