Make pycodestyle treat pytest.importorskip as an import statement (avoid E402)
Project description
flake8-pytest-importorskip
Description
Treat pytest.importorskip
as an import statement, not code, to silence the "module level import not at top of file" (E402) from pycodestyle
It allows code such as this to pass without having to globally disable E402.
It does this in a slightly hacky way (see the docs of kgb for details) , so it may break in future versions of pycodestyle.
Checks:
None
Installation
pip install flake8-pytest-importorskip
Usage
flake8 <your code>
For developers
Create venv and install deps
make init
Install git precommit hook
make precommit_install
Run linters, autoformat, tests etc.
make pretty lint test
Bump new version
make bump_major
make bump_minor
make bump_patch
License
Apache 2.0
Change Log
Unreleased
- ...
1.1.0 - 2021-03-01
- Replace accessing private state of flake8 plugins with wrapping/spying on function, using kgb
1.0.0 - 2021-02-19
- initial
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
Built Distribution
File details
Details for the file flake8-pytest-importorskip-1.1.0.tar.gz
.
File metadata
- Download URL: flake8-pytest-importorskip-1.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.1 Linux/5.4.0-1039-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 900f284f4589a033490bc19665914761aba72c9eb7b65cf631da85fc1a907b90 |
|
MD5 | 706a4891c362a8af96de5c37eca6ceb1 |
|
BLAKE2b-256 | 4074eb50ae051b3914eccb0fd65323fb92acb54e694fcdbd2ef02c765cb61e09 |
Provenance
File details
Details for the file flake8_pytest_importorskip-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: flake8_pytest_importorskip-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.1 Linux/5.4.0-1039-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 640ef10a498d279fba88cf6723f766895257374bdeb29dbc5a4e670d45b9b47d |
|
MD5 | 4bed6df51529bbff52d062cd608d8d3a |
|
BLAKE2b-256 | a6ed1f271a47d3660baaf08175c7e3d267ff7462d6aa4e0b593db2858cb6aefb |