how did you install flake8?
unmodified output of flake8 --bug-report
{
"platform": {
"python_implementation": "CPython",
"python_version": "3.10.4",
"system": "Linux"
},
"plugins": [
{
"plugin": "mccabe",
"version": "0.7.0"
},
{
"plugin": "pycodestyle",
"version": "2.9.0"
},
{
"plugin": "pyflakes",
"version": "2.5.0"
}
],
"version": "5.0.0"
}
describe the problem
After upgrading to flake8 5.0, it now silently ignores my .flake8 file. I had not expected this as it is not described in the changelog. Everything works fine once the flake8 config is moved to setup.cfg.