fix: Update max-line-length in .flake8 and refactor routing and server code for improved readability and functionality

This commit is contained in:
Илья Глазунов
2025-09-02 14:23:01 +03:00
parent 84cd1c974f
commit 6b157d7626
3 changed files with 113 additions and 93 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
[flake8]
max-line-length = 100
max-line-length = 120
exclude = __pycache__,.git,.venv,venv,build,dist
ignore = E203,W503