Skip to content
Snippets Groups Projects
Commit 4ca6e0a1 authored by Jakub Judiny's avatar Jakub Judiny
Browse files

Update README.md

parent 1175d40c
Branches
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ You can then start programming.
- Use `make web-launch` to run the web interface in debug mode.
- Use `make process-incoming` to process all reports located in the incoming directory.
- Use `make test` to run all unit tests.
- Use `make lint` to check your Python code with flake8 and pylint, and your Jinja templates with djlint.
- Use `make lint` to check all Python code with ruff, pylint and mypy, and all Jinja templates with djlint.
When you are done, do not forget to commit and push the code. Make sure all tests pass
and linters do not show any problems before pushing the code.
......@@ -86,3 +86,4 @@ These parameters can be set for the directory paths:
These parameters can be for the event generation:
- *apikey*: API key for access to SNER
- *special_os*: list of special operating systems such as debian
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment