Skip to content

Commit 88cdcfd

Browse files
committed
Move module import check to disabled folder with explanation
1 parent 8c369d5 commit 88cdcfd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/community_of_python_flake8_plugin/checks/disabled/__init__.py

Whitespace-only changes.

src/community_of_python_flake8_plugin/checks/module_import_many_names.py renamed to src/community_of_python_flake8_plugin/checks/disabled/module_import_many_names.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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)."""
2+
13
from __future__ import annotations
24
import ast
35
import importlib.machinery

0 commit comments

Comments
 (0)