mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
Fix typo in flake8 command in Linter class.
This commit is contained in:
parent
f2b197a69f
commit
e4c1653b2e
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class Linter:
|
||||||
return res
|
return res
|
||||||
|
|
||||||
fatal = "E9,F821,F823,F831,F406,F407,F701,F702,F704,F706"
|
fatal = "E9,F821,F823,F831,F406,F407,F701,F702,F704,F706"
|
||||||
flake8 = f"flake8a --select={fatal} --show-source"
|
flake8 = f"flake8 --select={fatal} --show-source"
|
||||||
|
|
||||||
try:
|
try:
|
||||||
return self.run_cmd(flake8, rel_fname, code)
|
return self.run_cmd(flake8, rel_fname, code)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue