Skip to content

Commit 237c2c6

Browse files
committed
bump isort version, move to style tools, minor flake8 fixes
1 parent 821a566 commit 237c2c6

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.isort.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ multi_line_output=3
33
include_trailing_comma=True
44
force_grid_wrap=0
55
use_parentheses=True
6-
line_length=88
6+
line_length=100

hug/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
from falcon import *
3535

3636
from hug import (
37-
defaults,
3837
directives,
3938
exceptions,
4039
format,
@@ -90,7 +89,7 @@
9089
from hug.types import create as type
9190

9291
# The following imports must be imported last; in particular, defaults to have access to all modules
93-
from hug import authentication #isort:skip
92+
from hug import authentication # isort:skip
9493
from hug import development_runner # isort:skip
9594
from hug import defaults # isort:skip
9695

requirements/build_common.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
-r common.txt
22
flake8==3.3.0
3-
isort==4.2.5
43
pytest-cov==2.4.0
54
pytest==4.3.1
65
python-coveralls==2.9.0

requirements/build_style_tools.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
-r build_common.txt
22
black==19.3b0
3+
isort==4.3.20
34
pep8-naming==0.8.2
45
flake8-bugbear==19.3.0
56
vulture==1.0
6-
bandit==1.6.0
7+
bandit==1.6.0

0 commit comments

Comments
 (0)