A plugin that adds flake8 warnings to the Thonny Python IDE.
Project description
thonny-flake
A Thonny plugin to add most of flake8's warnings (except for F401 because Thonny already warns when imported modules are unused).
Installing
To install from pip3 using a terminal (or Powershell for Windows users):
pip3 install thonny-flake
# Or
python3 -m pip install thonny-flake
To install directly from Thonny:
- Click "Tools" and then click "Manage Plug-ins..."
- Search for "thonny-flake" in the input box.
- Click install.
Either way, after installing you will need to restart Thonny for the changes to take effect.
Debugging
"The assistant menu is blank/not showing"
The warnings may not show if the file you are running is '<untitled>', save the file and try again. If not, look at the option below.
"It doesn't show warnings!"
If it doesn't show any warnings on things that should be warnings, try these:
- Enable the assistant (Tools > Options > Assistant > enable all boxes you want, OK)
- Install flake8 (
python3 -m pip install flake8
) - Restart Thonny
- Run your code again
If you still don't get warnings, then your code doesn't have any that flake8 detects.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file thonny_flake-1.0.6.tar.gz
.
File metadata
- Download URL: thonny_flake-1.0.6.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26022e77b4296ce846e2f1336be86e3f7f3e928f51c43ca580d144e2cf897f75 |
|
MD5 | bffbc19ad89c349ef920e151c13aa40c |
|
BLAKE2b-256 | db8022bbff0d25f7a144e6a3f5f972fa8382e761c8bf15f892d789792559cf62 |