--- lang: ja-jp breaks: true --- # Python Pylint を導入する 2021-07-28 ## Pylint ```shell= pip install pylint ``` ```shell= pylint --generate-rcfile > pylintrc ``` ```shell= pylint xxxxx.py ``` または、 ```shell= pylint --rcfile=./pylintrc xxxxx.py ``` #### pylintrc ```json= # Maximum number of characters on a single line. max-line-length=200 ``` ## Linter  #### settings.json ```json= { "python.linting.pylintEnabled": true, "python.linting.enabled": true } ``` ###### tags: `Python` `Pylint` `Linter`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up