mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
20 lines
361 B
Python
20 lines
361 B
Python
# flake8: noqa
|
|
|
|
# Regular not AI comment
|
|
# ai 1 do something
|
|
# AI 2 make this better
|
|
# ai! 3 urgent change needed
|
|
# 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
|
|
# final 6 ai!
|
|
# final 7 ai
|
|
# ai
|
|
# ai
|
|
# those are 8+9
|
|
pass # ai 10
|