john-hen / Flake8-pyproject

Flake8 plug-in loading the configuration from pyproject.toml
https://pypi.org/project/Flake8-pyproject
MIT License
218 stars 10 forks source link

Unrecognized argument toml config #25

Closed general03 closed 9 months ago

general03 commented 9 months ago

Hi,

After install your module with poetry I can't use my custom path config,

I get flake8: error: unrecognized arguments: --toml-config

when I launch poetry run flake8 --toml-config src/pyproject.toml

The poetry show show me that all is installed

flake8              6.1.0
pyproject-flake8    6.1.0

Thanks

john-hen commented 9 months ago

You've installed pyproject-flake8, that's a different project.

general03 commented 9 months ago

Oups you're right... Sorry