You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/community_of_python_flake8_plugin/checks/disabled/module_import_many_names.py
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,9 @@
1
-
"""Check is disabled because it doesn't work when flake8 invoked directly, not as python module (.venv/bin/flake8 doesn't work, python -m flake8 works)."""
1
+
"""Check is disabled because it doesn't work when flake8 invoked directly, not as python module.
0 commit comments