Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

pylint-elasticsearch-dsl

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pylint-elasticsearch-dsl

pylint plugin for the elasticsearch-dsl package

pipPyPI
Version
0.1.1
Maintainers
1

pylint-elasticsearch-dsl

Build Status PyPI Code style: black

pylint plugin for the elasticsearch-dsl package

This plugin is needed to help pylint understand the types of some objects of the elasticsearch-dsl package.

Installation

pip install pylint-elasticsearch-dsl

Scope

Currently, this plugin only patches the false positive invalid-unary-operand-type error that is triggered when writing for example:

from elasticsearch_dsl import Q

~Q("exists", field="foo")

See this issue for more details.

Contributing

To work on this project, install the development requirements by running:

make install

The tests can be run with:

make test

FAQs

Did you know?

Socket

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