Socket
Socket
Sign inDemoInstall

pylint-websockets

Package Overview
Dependencies
2
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pylint-websockets

A Pylint plugin for the Python websockets library


Maintainers
1

Readme

Pylint Websockets

A pylint plugin for websockets

Installation

Via Pip

pip install pylint-websockets

Via Poetry

poetry add --dev pylint-websockets

Usage

Add the following arguments when running Pylint:

--load-plugins=pylint_websockets

Alternatively, add the following to your pyproject.toml:

[tool.pylint.MASTER]
load-plugins = 'pylint_websockets'

FAQs


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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc