Skip to content

Commit baa6b58

Browse files
committed
Merge branch 'dev' into dev-scope
2 parents 571a849 + 76c5cb2 commit baa6b58

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,5 @@ jobs:
5656
VALIDATE_DOCKERFILE_HADOLINT: false
5757
VALIDATE_EDITORCONFIG: false
5858
VALIDATE_JSCPD: false
59+
VALIDATE_PYTHON_MYPY: false
5960
SHELLCHECK_OPTS: "-e SC1090"

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
# "crytic-compile>=0.1.13",
1515
"crytic-compile",
1616
],
17-
dependency_links=[
18-
"git+https://github.com/crytic/crytic-compile.git@dev-compilation-units#egg=crytic-compile"
19-
],
17+
dependency_links=["git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile"],
2018
license="AGPL-3.0",
2119
long_description=open("README.md").read(),
2220
entry_points={

0 commit comments

Comments
 (0)