Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgov committed Jan 12, 2024
1 parent 15e0cd2 commit 4b47ec6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion microsoft/testsuites/dpdk/rdma_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ def _check_source_name(self) -> bool:
)

_rdma_core_domain_pattern = re.compile(
r"^((?:www\.)?(?:(?:(?:microsoft|msazure)\.)?(?:visualstudio|gitlab|github)\.com)|git\.launchpad\.net)"
(
r"^((?:www\.)?(?:(?:(?:microsoft|msazure)\.)"
r"?(?:visualstudio|gitlab|github)\.com)|git\.launchpad\.net)"
)
)
_source_pattern = re.compile(r"rdma-core(.v?[0-9]+)*.(git|tar(\.gz)?)")

Expand Down

0 comments on commit 4b47ec6

Please sign in to comment.