Skip to content

Commit ac9788b

Browse files
ISS-4459/add blocked and oos (#1096)
add blocked and oos
1 parent 390e9bf commit ac9788b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/codemodder/codetf/v3/codetf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ class FixStatusType(str, Enum):
4343
skipped = "skipped"
4444
failed = "failed"
4545
wontfix = "wontfix"
46+
blocked = "blocked"
47+
out_of_scope = "out_of_scope"
4648

4749

4850
class FixStatus(BaseModel):

0 commit comments

Comments
 (0)