Skip to content
Snippets Groups Projects

Refactoring

Merged Mykhailo Dalchenko requested to merge feature/initial-ci into develop
5 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -36,7 +36,7 @@ deactivate # return from virtual environment to the regular one
### Checking whether your code is up to project standard
Use [*pylint*][pylint] to check if your code quality is good. Standard linter configuration is used.
Compare the linter ratings before and after your modifications and do not commit the code which reduces the code quality.
Compare the linter ratings before and after your modifications and do not commit code that reduces the code quality.
### Testing the code with Jupyter notebooks
Loading