We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105c449 commit 6fa0f5cCopy full SHA for 6fa0f5c
utils/dependency_cross_matcher.py
@@ -1,3 +1,9 @@
1
+# Copyright 2023 Contributors to the Parsec project.
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
+# Checks the version mismatches for dependencies in Cargo based repositories:
5
+# * In parsec-tool itself
6
+# * Between parsec and parsec-tool
7
import argparse
8
import re
9
import os
0 commit comments