We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3add436 commit c6421aeCopy full SHA for c6421ae
terraform/production/repositories.tfvars
@@ -81,20 +81,20 @@ repositories = {
81
members = []
82
}
83
"django-typer" = {
84
- description = "Use Typer (type hints) to define the interface for your Django management commands."
+ description = "Use Typer (type hints) to define the interface for your Django management commands."
85
homepage_url = "django-typer.rtfd.io"
86
allow_auto_merge = false
87
allow_merge_commit = false
88
allow_rebase_merge = false
89
allow_squash_merge = true
90
- push_allowances = []
+ push_allowances = []
91
92
admins = [
93
"bckohan",
94
"oliverandrich",
95
]
96
committers = []
97
- members = []
+ members = []
98
99
100
0 commit comments