Refactored sites module, updated documentation (#1918)

This commit is contained in:
Soxoj
2024-12-01 11:41:41 +01:00
committed by GitHub
parent 5073ceff13
commit 2f93963a0a
8 changed files with 190 additions and 85 deletions
+4 -1
View File
@@ -33,7 +33,7 @@ Install test requirements:
.. code-block:: console
pip install -r test-requirements.txt
poetry install --with dev
Use the following commands to check Maigret:
@@ -54,6 +54,9 @@ Use the following commands to check Maigret:
# open html report
open htmlcov/index.html
# get flamechart of imports to estimate startup time
make speed
How to fix false-positives
-----------------------------------------------