Skip to content

Commit 2616e47

Browse files
authored
docs: Update contributing guidelines
1 parent 621415f commit 2616e47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/contributing.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ When creating branches, it is recommended to create them in the format `type/act
8383
$ git checkout -b feat/add-this
8484
```
8585

86-
When performing commits, it is also recommended to follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) when writing commit messages.
87-
88-
During pre-commit checks, this project checks and formats code using `black`, `flake8`, `isort`, and `mypy`.
86+
During pre-commit checks, this project enforces [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) when writing commit messages, and checks and formats code using `black`, `flake8`, `isort`, and `mypy`.
8987

9088
For testing, this project uses `pytest` and `coverage` package for testing of codes, and `docstr-coverage` and `doctest` package for testing of docstrings.
9189

0 commit comments

Comments
 (0)