diff options
| author | 2021-10-14 15:18:18 +0000 | |
|---|---|---|
| committer | 2021-10-14 15:18:18 +0000 | |
| commit | 939f301a4aaa2e27fd219051cbd1072a5eb571f5 (patch) | |
| tree | 545202c0691a7bb5501711ab263351b4bbbff7b2 /pyproject.toml | |
| parent | Precommit: add ISort (diff) | |
Remove flake8-import-order
Replaced by flake8-isort now that we use ISort
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 14e81af05..d3a00e121 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,6 @@ flake8 = "~=3.8" flake8-annotations = "~=2.0" flake8-bugbear = "~=20.1" flake8-docstrings = "~=1.4" -flake8-import-order = "~=0.18" flake8-string-format = "~=0.2" flake8-tidy-imports = "~=4.0" flake8-todo = "~=0.7" |