Skip to content

Commit

Permalink
Remove flake8-import-order (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfigol committed Feb 3, 2020
1 parent 397f541 commit 96c6329
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
18 changes: 1 addition & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ nbval = "*"
pytest = "*"
pytest-cov = "*"
pylama = "*"
flake8-import-order = "*"
requests-mock = "*"
black = { version = "19.10b0", allow-prereleases = true }
mypy = "*"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ universal=1
# E731: do not assign a lambda expression, use a def
# D10?: missing docstrings
[pylama]
linters = mccabe,pep8,pyflakes,import_order
linters = mccabe,pep8,pyflakes
ignore = D203,C901
skip = .tox/*,.venv/*

Expand Down

0 comments on commit 96c6329

Please sign in to comment.