We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 571a849 + 76c5cb2 commit baa6b58Copy full SHA for baa6b58
.github/workflows/linter.yml
@@ -56,4 +56,5 @@ jobs:
56
VALIDATE_DOCKERFILE_HADOLINT: false
57
VALIDATE_EDITORCONFIG: false
58
VALIDATE_JSCPD: false
59
+ VALIDATE_PYTHON_MYPY: false
60
SHELLCHECK_OPTS: "-e SC1090"
setup.py
@@ -14,9 +14,7 @@
14
# "crytic-compile>=0.1.13",
15
"crytic-compile",
16
],
17
- dependency_links=[
18
- "git+https://github.com/crytic/crytic-compile.git@dev-compilation-units#egg=crytic-compile"
19
- ],
+ dependency_links=["git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile"],
20
license="AGPL-3.0",
21
long_description=open("README.md").read(),
22
entry_points={
0 commit comments