mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Update single file pylint check in README
This commit is contained in:
parent
7297a6d462
commit
8f45b5e78b
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ style](#coding-style)**. The following tools are there to help you:
|
|||
- `./venv/bin/tox -e cover` checks the test coverage only.
|
||||
|
||||
- `./venv/bin/tox -e lint` checks the style of the whole project,
|
||||
while `./venv/bin/pylint file` will check a single `file` only.
|
||||
while `./venv/bin/pylint --rcfile=.pylintrc file` will check a single `file` only.
|
||||
|
||||
### Coding style
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue