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.8.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file flake8_vyper-0.1.8.tar.gz
.
File metadata
- Download URL: flake8_vyper-0.1.8.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 | 49dea51ff1e5db5d55559d80f4d603203e85365f03181452a1daf9aa7dd8b902 |
|
MD5 | d2995d2d0d6348e58e09f3b1ad66edb2 |
|
BLAKE2b-256 | b3be2b4fc496ec555fe62ff9fe671a7b1599e98e7be36810aa9d3c8514b462d9 |
File details
Details for the file flake8_vyper-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: flake8_vyper-0.1.8-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 | 0c7f86ba82d15ffcd01ba3afd338327ef1a31ec42a8604f1fb61160bc4f4a935 |
|
MD5 | a17d4dd206ba73d8642af4d03c6afd55 |
|
BLAKE2b-256 | 2172c960dffe84a24d49cdd3421c72342d2a182ccff1211cd39885d513aef282 |