From 4ca6e0a1999d56d7024be601abae561d2ba684d8 Mon Sep 17 00:00:00 2001
From: Jakub Judiny <judiny@cesnet.cz>
Date: Tue, 11 Feb 2025 17:23:09 +0100
Subject: [PATCH] Update README.md

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5019aae..077400c 100644
--- a/README.md
+++ b/README.md
@@ -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
-- 
GitLab