@@ -0,0 +1,8 @@
[flake8]
max-line-length = 88
exclude = .git,__pycache__,venv,alembic/versions/*
ignore = E203, W503, E501
per-file-ignores =
__init__.py: F401
src/models/models.py: E712
alembic/*: E711,E712,F401
The note is not visible to the blocked user.