turbaszek commented on a change in pull request #16268:
URL: https://github.com/apache/airflow/pull/16268#discussion_r654479278
##########
File path: .pre-commit-config.yaml
##########
@@ -340,7 +340,8 @@ repos:
language: pygrep
name: Check for language that we do not accept as community
description: Please use "deny_list" or "allow_list" instead.
- entry: "(?i)(black|white)[_-]?list"
+ entry: "(?i)(\bmaster\b|\bhe\b|\bshe\b|\bhis\b|\bher\b|
+ \bslave\b|\bsanity\b|\bdummy\b|\bwhite\b|\bblack\b)"
Review comment:
Right, good catch @potiuk!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]