Closed elevans closed 1 year ago
I don't see that in the nightly tests. The first run with Flake8 6.1.0 (three days ago) as well as all subsequent runs passed, just like the last run with Flake8 6.0.0.
I also cannot reproduce that locally: with Python 3.11, Flake8 6.1.0, Flake8-pyproject 1.2.3, on Windows. Though everything is installed directly via Pip, not Conda.
Hi @john-hen,
Thanks for the quick reply. I went back and tested again and things seem to be okay with 6.1.0
. Our CI jobs were failing and it was pointing in this direction...but clearly that was wrong! Sorry about that. I'm closing this issue.
Cheers,
-Ed
flake8
version6.1.0
was recently released on conda forge but unfortunately seems to be incompatible withflake8-pyproject
version1.2.3
. With version6.1.0
my configuration in mypyproject.toml
are ignored. Downgrading to6.0.0
resolves this issue.