We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596ada9 commit d86a50fCopy full SHA for d86a50f
commitly-backend/.flake8
@@ -6,6 +6,9 @@ exclude = .git,__pycache__,venv,.venv,migrations,alembic,conftest.py
6
# For Black compatibility
7
extend-ignore = E203, W503, I101
8
9
+per-file-ignores =
10
+ main.py:F401
11
+
12
# import order plugin (flake8-import-order)
13
import-order-style = google
14
0 commit comments