Skip to content

Commit

Permalink
Merge pull request #463 from mmaslowskicc/contributing
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.rst as we are not using pylama
  • Loading branch information
fizyk committed May 31, 2021
2 parents 8045efd + 54358ab commit b28bcb8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CONTRIBUTING.rst
Expand Up @@ -36,9 +36,13 @@ Commits
#. If the commit solves part of the issue reported, include *refs #[Issue number]* in a commit message.
#. If the commit solves whole issue reported, please refer to `Closing issues via commit messages <https://help.github.com/articles/closing-issues-via-commit-messages/>`_ for ways to close issues when commits will be merged.


Coding style
------------

#. All python coding style are being enforced by `Pylama <https://pypi.python.org/pypi/pylama>`_ and configured in pylama.ini file.
#. Additional, not always mandatory checks are being performed by `QuantifiedCode <https://www.quantifiedcode.com/app/project/gh:ClearcodeHQ:mirakuru>`_
#. Coding style is being handled by black and doublechecked by pycodestyle and pydocstyle

Testing
-------

# Tests are writen using pytest.
# PR tests run on Github Actions.

0 comments on commit b28bcb8

Please sign in to comment.