Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Oct 8, 2024
1 parent 8413c56 commit 4e351b3
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 117 deletions.
4 changes: 0 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ numbers. This automatically parses your commit messages to determine if a new
release is necessary, and, if so, what kind (ie. major, minor, patch). So your
commit message is important!

You can use a python implementation of [commitizen][cz] to handle that for you!
Just commit using `cz commit` instead of `git commit`.

### Documentation & testing

If you add new code, please add documentation and tests for it as well. We use
Expand All @@ -67,7 +64,6 @@ them (in `pyproject.toml` and `pyprql/__init__.py`) manually.
[black]: https://github.com/psf/black "Black"
[mypy]: https://mypy.readthedocs.io/en/stable/index.html "Mypy"
[psr]: https://github.com/relekang/python-semantic-release "Python Semantic Release"
[cz]: https://commitizen-tools.github.io/commitizen/index.html "Commitizen"
[docstrings]: https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_numpy.html "Numpy Napoleon Docstrings"
[sphinx]: https://www.sphinx-doc.org/en/master/index.html "Sphinx"
[pytest]: https://docs.pytest.org/en/7.0.x/ "pytest"
Loading

0 comments on commit 4e351b3

Please sign in to comment.