flake8 extension to force running check
Project description
flake8-force
Flake8 extension that provides force-check
option.
When this option is enabled, flake8 performs all checks even if the target file cannot be interpreted as a Python source code (e.g., when there is a syntax error in the file).
This extension was written to bring back the behavior of flake8 v3.x in flake8 v4.0+ to lint against Cython code. Note that the option is ineffective in flake8 v3.x or earlier.
Installation
pip install flake8-force
Usage
- Specify the option via the command line:
flake8 --force-check ...
. - Add
force-check = True
to the flake8 configuration file.
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-force-0.0.1.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file flake8-force-0.0.1.tar.gz
.
File metadata
- Download URL: flake8-force-0.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b4c8046f2381140d87e947d5de5af58b9f76975b54ff9a02138c45164b99490 |
|
MD5 | 03b93dbb277b776d2f9f17b59d9f7739 |
|
BLAKE2b-256 | e9ec11c8c9370a8b30cbdefc937efc3a05f85ea6c0643f8f1550fd4099fb01bd |
File details
Details for the file flake8_force-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: flake8_force-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b46f0733701904896ccec2f8810fd42c1872df16e4d4e449f5427585526021ae |
|
MD5 | 5c3be9b9b594bb275fa2f29c41b76c01 |
|
BLAKE2b-256 | 8013ed46d7c9008b619355cae935847c9dbe7a8f90fe7db7e7f82ff16f26373c |