Skip to content

Gilwyad/pylint-wrong-import-order

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pylint-wrong-import-order

Pylint wrong import order demonstration

Installation

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Demonstration

Pylint shows no warnings about wrong import order in file app/feature_one/views.py :

pylint app/feature_one/views.py

But checking with isort (which is used by Pylint) it is obvious that the order is wrong:

isort --diff app/feature_one/views.py

About

Pylint wrong import order demonstration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages