issues
search
PyCQA
/
flake8-import-order
Flake8 plugin that checks import order against various Python Style Guides
GNU Lesser General Public License v3.0
278
stars
72
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
No new-line between third-party and application?
#204
fossum
opened
4 months ago
0
Replace pkg_resources with importlib.metadata.
#203
clalancette
opened
9 months ago
1
Fix entry point for isort
#202
Dreamsorcerer
closed
1 year ago
0
`DeprecationWarning: pkg_resources is deprecated as an API` on python 3.11
#201
CaselIT
opened
1 year ago
1
Support linitng imports under if TYPE_CHECKING:
#200
birthdaysgift
opened
1 year ago
2
What is the recommended way to auto-format sources to match this checker ?
#199
socketpair
closed
1 year ago
1
Use sys.stdlib_module_names
#198
Dreamsorcerer
opened
1 year ago
3
GitHub Actions: Add tox jobs for manifest, pep8, setup.py
#197
cclauss
closed
1 year ago
0
pre-commit: Add psf/black
#196
cclauss
closed
8 months ago
1
Upgrade to Python 3 syntax
#195
cclauss
closed
1 year ago
0
Fix typos discovered by codespell
#194
cclauss
closed
1 year ago
0
Delete unused .travis.yml
#193
cclauss
closed
1 year ago
0
tox: Test on current Python
#192
cclauss
closed
1 year ago
1
Exception when using with flake8 v6.0.0
#191
shai-bennathan
closed
1 year ago
2
repair register opt calls
#190
zzzeek
closed
1 year ago
4
flake8 version 6.0.0 regression in parsing arguments (seen with flake8-import-order extension)
#189
zzzeek
closed
1 year ago
1
Fix license classifier
#188
shadchin
closed
1 year ago
0
GitHub Action to run tox to replace Travis CI
#187
cclauss
closed
1 year ago
0
Migrate metadata from setup.py to setup.cfg
#186
cclauss
closed
1 year ago
3
Add zoneinfo package to stdlib.py
#185
sminozhenko
closed
2 years ago
2
Support graphlib
#184
vmarkovtsev
opened
2 years ago
0
fix google style link
#183
josh-bouganim-avant
closed
1 year ago
1
error in flake8-import-order setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; slice indices must be integers or None or have an __index__ method
#182
carlosal1015
closed
2 years ago
1
Weird I202 error
#181
sergeyklay
closed
3 years ago
5
Apply the ordering rules to __all__
#180
tlocke
closed
3 years ago
2
Recognize zoneinfo as stdlib
#179
inklesspen
closed
2 years ago
0
Add isort compatible style
#178
Dreamsorcerer
closed
1 year ago
2
isort-compatible style
#177
Dreamsorcerer
closed
1 year ago
1
Recognize zoneinfo introduced in python 3.9 as stdlib
#176
AMDmi3
closed
1 year ago
8
_csv is identified as Third Party instead of Stdlib
#175
sanyassh
opened
4 years ago
8
Two Third Party imports in the same block throws I201 error
#174
MaxGhenis
opened
4 years ago
5
Recognize _winapi as stdlib
#173
sovetov
closed
4 years ago
3
Cap for pycodestyle to avoid un-noticed break
#172
gmannos
closed
4 years ago
5
Third-party after local import should be forbidden but isn't
#171
hydrargyrum
opened
4 years ago
0
Not detecting local imports
#170
Dreamsorcerer
closed
4 years ago
1
How to configure?
#169
Integralist
closed
4 years ago
9
Python 3.8 raises TypeError if plugin not configured
#168
drsm79
closed
1 year ago
2
Allow adding modules to be considered as part of the Standard Library
#167
gene-humble
closed
5 years ago
2
pycharm: case-sensitivity of module names in "from" imports
#166
sovetov
opened
5 years ago
0
Fix warning in noqa regexp
#165
ateraz
closed
5 years ago
0
Unable to disable warnings via tox.ini
#164
Integralist
closed
5 years ago
3
Proposal to archive this project recommending Flake8-isort instead
#163
pgjones
opened
5 years ago
11
Remove deprecated ``sudo: false`` from .travis.yml
#162
nsoranzo
closed
5 years ago
1
Add application-paths option to find local apps
#161
tmshn
closed
5 years ago
5
'from .a import a' should be before 'from .. import b'
#160
cancan101
closed
5 years ago
1
Fix case-sensitive related I100 errors for the pycharm style.
#159
Wim-De-Clercq
closed
6 years ago
1
pycharm: add case-sensitivity for imports on seperate lines
#158
Wim-De-Clercq
closed
6 years ago
0
Please add instructions to install & configure with pylama.
#157
alvassin
closed
5 years ago
5
Add dateutil to STDLIB_NAMES
#156
gaul
closed
6 years ago
2
Update stdlib list for Python 3.7
#155
tilgovi
closed
6 years ago
1
Next