Skip to content

Commit

Permalink
chore(README): With pylint modification dev command was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lperdereau committed Dec 9, 2024
1 parent 55d6bd2 commit 9815649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Install python requirements and directly use the script. All the configurations

```shell
pip3 install -r requirements.txt
python3 src/pvecontrol/pvecontrol.py -h
python3 src/main.py -h
```

This project use *semantic versioning* with [python-semantic-release](https://python-semantic-release.readthedocs.io/en/latest/) toolkit in order to automate release process. All the commits must so use the [Angular Commit Message Conventions](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#-commit-message-format). Repository `main` branch is also protected to prevent any unwanted publish of a new release. All updates must go thru a PR with a review.
Expand Down

0 comments on commit 9815649

Please sign in to comment.