Fix flake8 running on venv files

This commit is contained in:
Tobias Kunze 2025-03-16 08:40:15 +01:00
parent d9469938ec
commit 85db7af0e1

View file

@ -28,3 +28,4 @@ known_first_party = "servala"
[tool.flake8]
max-line-length = 160
exclude = ".venv"