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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file flake8_vyper-0.1.10.tar.gz
.
File metadata
- Download URL: flake8_vyper-0.1.10.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67a3c1514ba687106c2e5bf511652ec12b76df5d520f558014fb9a872bb81983 |
|
MD5 | 74e45e8a448f31e580b8f4fb3e2b673b |
|
BLAKE2b-256 | e0a152ae362a426178db323f5cd9c6200fdcafd6238e46265216a8b3bac7f673 |
File details
Details for the file flake8_vyper-0.1.10-py3-none-any.whl
.
File metadata
- Download URL: flake8_vyper-0.1.10-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac1dfb3ac9a15caafbad50339508ca7bfa30b2ff9868ca1b9392ab993876ae59 |
|
MD5 | e9ab7a41c257f31c90d084e561632ef7 |
|
BLAKE2b-256 | 4e1c6942bee2d9edf3f66a408c8bf422834e57ccab27cf3da74660b34541f935 |