Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 325 Bytes

pylint.md

File metadata and controls

27 lines (17 loc) · 325 Bytes

How to Setup Pylint

Setup Procedure

1. Install pylint

$ pip install pylint

2. Create RC File

pylint --generate-rcfile > ~/.pylintrc

3. Edit configuration

Add logging-fstring-interpolation to the disable list.

Usage

Wildcards are acceptable.

$ pylint <file>