Skip to content

Commit

Permalink
adjusted linting command in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
infinityofspace committed Nov 14, 2024
1 parent 76a4475 commit 5609c34
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,11 @@ commands to check/fulfill the requirements):

- check unit tests: `python -m unittest tests/*.py`
- format the code: `ruff format`
- check linting errors: `ruff check`
- check linting errors:
```commandline
flake8 certbot_dns_porkbun --count --ignore E501 --show-source --statistics
pylint certbot_dns_porkbun --disable C0301
```

#### Tests

Expand Down

0 comments on commit 5609c34

Please sign in to comment.