feat: Initial rewrite of python render tool
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
style = "conventional"
|
||||
|
||||
allowed_types = ["feat", "fix", "refactor", "test", "chore", "revert"]
|
||||
|
||||
# We use rebase merge so there should never be any merge commits
|
||||
merge_commit = false
|
||||
|
||||
# We want to allow fixup and wip commits during development
|
||||
# In the merge train and default branch these should be overridden to disallow it
|
||||
no_fixup = false
|
||||
no_wip = false
|
||||
|
||||
# Remote column length limits as they are annoying
|
||||
subject_length = 0
|
||||
line_length = 0
|
||||
Reference in New Issue
Block a user