Added dev documentation, fixed some sites, removed GitHub issue links from reports (#1869)

This commit is contained in:
Soxoj
2024-11-23 18:45:56 +01:00
committed by GitHub
parent 4331b5f532
commit 24e545b62c
10 changed files with 140 additions and 36 deletions
+2 -2
View File
@@ -10,10 +10,10 @@ rerun-tests:
lint:
@echo 'syntax errors or undefined names'
flake8 --count --select=E9,F63,F7,F82 --show-source --statistics ${LINT_FILES} maigret.py
flake8 --count --select=E9,F63,F7,F82 --show-source --statistics ${LINT_FILES}
@echo 'warning'
flake8 --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --ignore=E731,W503,E501 ${LINT_FILES} maigret.py
flake8 --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --ignore=E731,W503,E501 ${LINT_FILES}
@echo 'mypy'
mypy ${LINT_FILES}