summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2023-04-23 10:55:57 -0400
committerJacob Walls <jacobtylerwalls@gmail.com>2023-04-23 12:43:23 -0400
commit4277bd13b6896e52e5c13508cb2f28b98c66454e (patch)
treef5607c29ad0ae3435e529963ff5923d9396396b2 /script
parent5ddf4a61d211c9db2e49a081fa26562d57313db3 (diff)
downloadpylint-git-4277bd13b6896e52e5c13508cb2f28b98c66454e.tar.gz
Add performance news fragment type
Diffstat (limited to 'script')
-rw-r--r--script/check_newsfragments.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/check_newsfragments.py b/script/check_newsfragments.py
index c120977c8..f5069a4bb 100644
--- a/script/check_newsfragments.py
+++ b/script/check_newsfragments.py
@@ -34,6 +34,7 @@ VALID_FILE_TYPE = frozenset(
"bugfix",
"other",
"internal",
+ "performance",
]
)
ISSUES_KEYWORDS = "|".join(VALID_ISSUES_KEYWORDS)