Skip to content

ThatXliner/pylint-websockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pylint Websockets

A pylint plugin for websockets to fix import errors. Should no longer be necessary.

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'

Releases

No releases published

Packages

No packages published

Languages