Skip to content

Commit

Permalink
Fix models/code_scanning.py: add 'documentation' to Classification enum
Browse files Browse the repository at this point in the history
  • Loading branch information
gb-friotte committed Nov 14, 2023
1 parent 78d852d commit 96d39b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pontos/github/models/code_scanning.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class Classification(Enum):
GENERATED = "generated"
TEST = "test"
LIBRARY = "library"
DOCUMENTATION = "documentation"


@dataclass
Expand Down

0 comments on commit 96d39b1

Please sign in to comment.