mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
un-format the py fixture
This commit is contained in:
9
tests/fixtures/watch.py
vendored
9
tests/fixtures/watch.py
vendored
@@ -1,20 +1,21 @@
|
||||
# fmt: off
|
||||
# flake8: noqa
|
||||
|
||||
# Regular not AI comment
|
||||
# ai 1 do something
|
||||
#ai 1 do something
|
||||
# AI 2 make this better
|
||||
# ai! 3 urgent change needed
|
||||
# AI! 4 another urgent one
|
||||
#AI! 4 another urgent one
|
||||
# this is not an ai comment
|
||||
# aider is not an ai comment
|
||||
# not an ai! comment
|
||||
|
||||
|
||||
def dummy_function():
|
||||
# ai inside 5 function
|
||||
#ai inside 5 function
|
||||
# final 6 ai!
|
||||
# final 7 ai
|
||||
# ai
|
||||
# ai
|
||||
#ai
|
||||
# those are 8+9
|
||||
pass # ai 10
|
||||
|
||||
Reference in New Issue
Block a user