Giter Site home page Giter Site logo

pylint_super_not_called_plugin's Introduction

Pylint super-not-called plugin

A Pylint plugin that enforces methods to call the parent method with super.

Installation

# Install the package into your virtual environment:
pip install pylint_super_not_called

# Launch Pylint with the load-plugin option
pylint --load-plugin pylint_super_not_called .

Use pylintrc to automatically load the plugin if needed

Configuration

  • super-enforced-methods: a list of methods to check (default: 'setUp')

pylint_super_not_called_plugin's People

Contributors

ivica-prose avatar nmussat avatar

Watchers

 avatar Marc Agbanchenou avatar Paul Bie avatar plaitse avatar

pylint_super_not_called_plugin's Issues

Cannot load plugin

When running pylint prose/ the following error appears:

************* Module Command line or configuration file
Command line or configuration file:1:0: E0013: Plugin 'pylint_super_not_called' is impossible to load, is it installed ? ('No module named 'pylint_super_not_called'') (bad-plugin-value)

Tested Versions:

# fail
pylint 3.0.2
pylint_super_not_called 0.10.0
# fail
pylint 3.0.2
pylint_super_not_called 0.9.2
# fail
pylint 2.17.7
pylint_super_not_called 0.10.0
# success
pylint 2.17.7
pylint_super_not_called 0.9.2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.