What is pylintrc?



What is pylintrc?..

Answer / Vivek Yadav

Pylint is a Python linter that checks your code for potential style, quality, and coding standard issues. The file `pylintrc` is the configuration file for Pylint that allows you to customize its rules according to your project or organization's standards.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How manages to python handle memory management?

1 Answers  


Can you name ten built-in functions in python and explain each in brief?

1 Answers  


Explain the uses of python?

1 Answers  


What does the enum function in python do?

1 Answers  


What is n in python?

1 Answers  


What are the built-in data-types in python?

1 Answers  


What a blank curly brace initialize? A dictionary or a set?

1 Answers  


How to import modules in python?

1 Answers  


Write an expression that evaluate to true?

1 Answers  


What is dictionary in python?

1 Answers  


Should I learn c before python?

1 Answers  


Why main method is static?

1 Answers  


Categories