File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 49
49
with :
50
50
python-version : " 3.11"
51
51
- name : Install AI Code Review tool
52
- run : pip install ai-code-review==0.3.2
52
+ run : pip install ai-code-review==0.3.3
53
53
- name : Run AI code review
54
54
env :
55
55
LLM_API_KEY : ${{ secrets.LLM_API_KEY }}
Original file line number Diff line number Diff line change @@ -97,6 +97,3 @@ def load(custom_config_file: str | Path | None = None) -> "ProjectConfig":
97
97
logging .info (f"Config file { config_file } not found, using defaults" )
98
98
99
99
return ProjectConfig (** config )
100
-
101
-
102
- print ("DEBUG" ) # @todo temp, delete me!!
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " ai-code-review"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
4
4
description = " LLM-agnostic GitHub AI Code Review Tool with integration to GitHub actions"
5
5
authors = [" Nayjest <mail@vitaliy.in>" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments