From 54358ab03107610a45448a7685ced75217edb15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Mas=C5=82owski?= Date: Mon, 31 May 2021 10:14:24 +0200 Subject: [PATCH] Update CONTRIBUTING.rst as we are not using pylama --- CONTRIBUTING.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 734216ba..6b0ee639 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 `_ for ways to close issues when commits will be merged. - Coding style ------------ -#. All python coding style are being enforced by `Pylama `_ and configured in pylama.ini file. -#. Additional, not always mandatory checks are being performed by `QuantifiedCode `_ \ No newline at end of file +#. 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.