Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at flake-libs 13 lines 453 B view raw
1--- a/aider/linter.py 2025-05-28 17:12:07.177786621 +0000 2+++ b/aider/linter.py 2025-05-28 17:12:45.834897524 +0000 3@@ -136,9 +136,7 @@ 4 def flake8_lint(self, rel_fname): 5 fatal = "E9,F821,F823,F831,F406,F407,F701,F702,F704,F706" 6 flake8_cmd = [ 7- sys.executable, 8- "-m", 9- "flake8", 10+ "@flake8@", 11 f"--select={fatal}", 12 "--show-source", 13 "--isolated",