Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 4435a2a

Browse filesBrowse files
committed
Restrict flake8-import-order version
There seems to be a bug in 0.6.x, see PyCQA/flake8-import-order#42
1 parent ba89455 commit 4435a2a
Copy full SHA for 4435a2a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎requirements-dev.txt

Copy file name to clipboardExpand all lines: requirements-dev.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ coverage
44
enum34
55
flake8
66
flake8-blind-except
7-
flake8-import-order>=0.4.0
7+
# Upper bound because of https://github.com/public/flake8-import-order/issues/42
8+
flake8-import-order>=0.4.0, <=0.6.0
89
mock
910
netifaces
1011
nose

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.