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.9.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file flake8_vyper-0.1.9.tar.gz
.
File metadata
- Download URL: flake8_vyper-0.1.9.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 | 07840c09063f1f1490908ced51ca5a958d4b3400e6d7ce74ff8597e69eb7456c |
|
MD5 | 9fb032bda8bd818f9d4e29dc876d4196 |
|
BLAKE2b-256 | a85fb59bdf2e190950e2c4e2a3737826cbae2b0e712f4f9f69c11fa5bef2146a |
File details
Details for the file flake8_vyper-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: flake8_vyper-0.1.9-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 | c8fadaa1184e5d7ceb10331e7eb248fb9773bb113c0f64c021f52aacfdcc0e54 |
|
MD5 | eb2584f28e1a6b6bc723dbba1809a1d1 |
|
BLAKE2b-256 | 4490850dbdc47f5b8e74959f018831108ddf8738d7ca38edd8d2ff97705a16e1 |