mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
un-format the py fixture
This commit is contained in:
parent
882e09f253
commit
d74f1c22ff
1 changed files with 5 additions and 4 deletions
9
tests/fixtures/watch.py
vendored
9
tests/fixtures/watch.py
vendored
|
@ -1,20 +1,21 @@
|
||||||
|
# fmt: off
|
||||||
# flake8: noqa
|
# flake8: noqa
|
||||||
|
|
||||||
# Regular not AI comment
|
# Regular not AI comment
|
||||||
# ai 1 do something
|
#ai 1 do something
|
||||||
# AI 2 make this better
|
# AI 2 make this better
|
||||||
# ai! 3 urgent change needed
|
# ai! 3 urgent change needed
|
||||||
# AI! 4 another urgent one
|
#AI! 4 another urgent one
|
||||||
# this is not an ai comment
|
# this is not an ai comment
|
||||||
# aider is not an ai comment
|
# aider is not an ai comment
|
||||||
# not an ai! comment
|
# not an ai! comment
|
||||||
|
|
||||||
|
|
||||||
def dummy_function():
|
def dummy_function():
|
||||||
# ai inside 5 function
|
#ai inside 5 function
|
||||||
# final 6 ai!
|
# final 6 ai!
|
||||||
# final 7 ai
|
# final 7 ai
|
||||||
# ai
|
# ai
|
||||||
# ai
|
#ai
|
||||||
# those are 8+9
|
# those are 8+9
|
||||||
pass # ai 10
|
pass # ai 10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue