Skip to content

Commit d3f8a9c

Browse files
[IT-4374] Strip parentheses from program names
Service Catalog tag options don't allow parentheses in the tag value. Strip those characters from the program name used in AWS tags.
1 parent 7b55571 commit d3f8a9c

File tree

4 files changed

+354
-336
lines changed

4 files changed

+354
-336
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
hooks:
1818
- id: yamllint
1919
- repo: https://github.com/awslabs/cfn-python-lint
20-
rev: v1.32.4
20+
rev: v1.34.1
2121
hooks:
2222
- id: cfn-python-lint
2323
files: template\.(json|yml|yaml)$

0 commit comments

Comments
 (0)