Revert "fix: Hopefully fixes all problems"

This reverts commit c85173e0e9.
This commit is contained in:
2025-10-02 12:46:59 +01:00
parent c85173e0e9
commit 089e046fd9
7 changed files with 8 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
[flake8]
exclude = .venv,.git,__pycache__,docs/source/conf.py,old,build,dist
max-line-length = 127
exclude = .git,__pycache__,.venv,venv,.pytest_cache
ignore = E203,W503,E501