Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 973 Bytes

CODE_OF_CONDUCT.md

File metadata and controls

13 lines (7 loc) · 973 Bytes

Code Of Conduct

Backend

  • To ensure a high code quality in the backend code, use black (Python code formatter). Use also the linters/tools: flake8, bandit, pyupgrade, pydocstyle, pyright, pylint and autoflake to make sure that the code quality has a high standard.

  • Before committing and pushing the Code to GitHub execute the unit tests first for backend code.