Skip to content

Commit c664cce

Browse files
authored
pin to 0.18 because 0.19 is broken (#225)
* block 0.18.3, it is broken * update dep pin to correct version and specify GH Issue that needs resolved to unpin
1 parent 01b9d77 commit c664cce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ isort = ">=5.10"
3737
# flake8 plugins should be listed here (in alphabetical order)
3838
flake8-black = ">=0.2.1"
3939
flake8-docstrings = ">=1.5.0"
40-
flake8-import-order = ">=0.18.1"
40+
flake8-import-order = ">=0.18.1,<0.19.0" # we're not compatible with 0.19.0 yet due to #226
4141
flake8-tidy-imports = [
4242
{version = ">=4.4.1", python = ">=3.7,<3.9"},
4343
{version=">=4.11.0", python="^3.9"},

0 commit comments

Comments
 (0)