aider-chat: fix flake8 path

This commit is contained in:
Zexin Yuan
2025-04-06 12:56:30 +08:00
parent 32f0bb4296
commit 28b2ad6893
@@ -247,6 +247,10 @@ let
gitMinimal
];
postPatch = ''
substituteInPlace aider/linter.py --replace-fail "\"flake8\"" "\"${flake8}\""
'';
disabledTestPaths = [
# Tests require network access
"tests/scrape/test_scrape.py"