[CI/Build] remove regex from build dependencies (#18945)

Signed-off-by: Daniele Trifirò <dtrifiro@redhat.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
This commit is contained in:
Daniele
2025-05-30 13:02:50 +02:00
committed by GitHub
parent fba02e3bd1
commit 43ff405b90
3 changed files with 4 additions and 2 deletions

View File

@@ -58,6 +58,9 @@ def main() -> int:
if not Path(filepath).exists():
continue
if filepath == "setup.py":
continue
violations = check_file(filepath)
if violations:
print(f"\n{filepath}:")