Closed roehling closed 1 year ago
The ConfigFileFinder class no longer exists in flake8 version 5. The get_style_guide() code has been updated from the latest api.legacy.get_style_guide() in flake8.
ConfigFileFinder
get_style_guide()
api.legacy.get_style_guide()
This patch fixes the issues for us on flake8 5.0.4 from nixpkgs. 👍
CI:
New CI after fixing flake8 warnings:
The aarch64 warning is a known flake, so this looks good. I'll go ahead and merge it.
@Mergifyio backport iron
backport iron
The
ConfigFileFinder
class no longer exists in flake8 version 5. Theget_style_guide()
code has been updated from the latestapi.legacy.get_style_guide()
in flake8.