Skip to content

Commit c4f4209

Browse files
committed
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 d3f3d05 commit c4f4209

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
@@ -36,7 +36,7 @@ isort = ">=5.10"
3636
# flake8 plugins should be listed here (in alphabetical order)
3737
flake8-black = ">=0.2.1"
3838
flake8-docstrings = ">=1.5.0"
39-
flake8-import-order = ">=0.18.1"
39+
flake8-import-order = ">=0.18.1,<0.19.0" # we're not compatible with 0.19.0 yet due to #226
4040
pep8-naming = ">=0.11.1"
4141

4242
# Rejected flake8 plugins should be listed here (in alphabetical order)

0 commit comments

Comments
 (0)