Skip to content

Sample project for demonstrating a pylint issue with ungrouped-imports warning

Notifications You must be signed in to change notification settings

lukasbindreiter/pylint-issue-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demonstrating pylint issue 4437

Steps to reproduce:

pipenv sync --dev

cd functional-u
isort functional/u/ungrouped_imports_namespace.py  # no change

pylint functional

will give the following output:

************* Module functional.u.ungrouped_imports_namespace
functional/u/ungrouped_imports_namespace.py:4:0: C0411: third party import "import numpy" should be placed before "import functional.w.wrong_import_order" (wrong-import-order)
functional/u/ungrouped_imports_namespace.py:6:0: C0412: Imports from package functional are not grouped (ungrouped-imports)

---------------------------------------------------------------------
Your code has been rated at 3.33/10 (previous run: -10.00/10, +13.33)

All the exact version numbers for the packages are locked in Pipfile.lock

About

Sample project for demonstrating a pylint issue with ungrouped-imports warning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages