You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Poetry 1.2.0, [tool.poetry.dev-dependencies] is now deprecated and is equivalent to [tool.poetry.group.dev.dependencies]. flake8-requirements does not appear to pick up the latter, as I have the following configuration:
packaging/pyinstaller.py:9:1: I900 'PyInstaller' not listed as a requirement
packaging/pyinstaller.py:15:5: I900 'PyInstaller' not listed as a requirement
I'm running flake8-requirements 1.6.1.
The text was updated successfully, but these errors were encountered:
In Poetry 1.2.0,
[tool.poetry.dev-dependencies]
is now deprecated and is equivalent to[tool.poetry.group.dev.dependencies]
. flake8-requirements does not appear to pick up the latter, as I have the following configuration:And I still get these error messages:
I'm running flake8-requirements 1.6.1.
The text was updated successfully, but these errors were encountered: