
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
flake8-annotations-coverage
Advanced tools
An extension for flake8 to report on files with a lot of code without type annotations.
This is mostly useful when you add type annotations to existing large codebase and want to know if new code in annotated modules is annotated.
Minimal annotations coverage percentage for each file can be configured via
--min-coverage-percents
option, default is 75.
Function is treated as annotated if it has annotation for at least one argument or return type. This is enough for mypy to threat the function not as dynamically typed.
pip install flake8-annotations-coverage
Sample file:
# test.py
def annotated_function(some_arg: int):
pass
def unannotated_function():
pass
Usage:
$ flake8 test.py
test.py:0:1: TAE001 too few type annotations
Error code | Description |
---|---|
TAE001 | Too few type annotations in file |
We would love you to contribute to our project. It's simple:
Here are useful tips:
make check
.
Please do it before CI does.FAQs
A flake8 extension that checks for type annotations coverage
We found that flake8-annotations-coverage demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.