Skip to content

Commit 7636623

Browse files
committed
TEST
Signed-off-by: Roxana Nicolescu <rnicolescu@ciq.com>
1 parent a856222 commit 7636623

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ repos:
1111

1212
exclude: |
1313
(?x)^(
14-
jira_pr_check.py |
1514
release_config.py |
1615
rolling-release-update.py |
1716
run_interdiff.py |

jira_pr_check.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/env python3.11
22

33
import argparse
4+
5+
6+
47
import os
58
import re
69
import subprocess

0 commit comments

Comments
 (0)