Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
flake8-pyprojecttoml
Advanced tools
.. image:: https://gitlab.com/durko/flake8-pyprojecttoml/badges/master/pipeline.svg :target: https://gitlab.com/durko/flake8-pyprojecttoml/-/commits/master :alt: pipeline status
.. image:: https://gitlab.com/durko/flake8-pyprojecttoml/badges/master/coverage.svg :target: https://gitlab.com/durko/flake8-pyprojecttoml/-/commits/master :alt: coverage report
.. image:: https://img.shields.io/pypi/pyversions/flake8-pyprojecttoml :alt: python versions
This extension adds support reading flake8 config from pyproject.toml. It uses flake8's plugin system to automatically monkeypatch the config system. Settings from pyproject.toml will be used regardless of invocation (CLI, pytest, IDE, ...).
Simply install with pip::
pip install flake8-pyprojecttoml
Migrate your flake8 config to pyproject.toml (example <https://gitlab.com/durko/flake8-pyprojecttoml/-/blob/master/pyproject.toml>
_) and use as usual.
Thank you for considering to contribute to flake8-pyprojecttoml.
To submit issues or create merge requests please follow the instructions provided in the contribution guide <https://gitlab.com/durko/flake8-pyprojecttoml/-/blob/master/CONTRIBUTING.rst>
_.
By contributing to flake8-pyprojecttoml you accept and agree to the terms and conditions laid out in there.
Clone the repository and setup your local checkout::
git clone https://gitlab.com/durko/flake8-pyprojecttoml.git
cd flake8-pyprojecttoml python -m venv venv . venv/bin/activate
pip install -r requirements-dev.txt pip install -e .
This creates a new virtual environment with the necessary python dependencies and installs flake8-pyprojecttoml in editable mode. The flake8-pyprojecttoml code base uses pytest as its test runner, run the test suite by simply invoking::
pytest
FAQs
Inject pyproject.toml support into flake8.
We found that flake8-pyprojecttoml demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.