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.
1 parent 4d35e4b commit 2d4cf1fCopy full SHA for 2d4cf1f
crytic_compile/platform/brownie.py
@@ -95,7 +95,7 @@ def is_supported(target: str, **kwargs: str) -> bool:
95
# >= 1.1.0: brownie-config.yaml
96
return os.path.isfile(os.path.join(target, "brownie-config.json")) or os.path.isfile(
97
os.path.join(target, "brownie-config.yaml")
98
- )
+ ) or os.path.isfile(os.path.join(target, "brownie-config.yml"))
99
100
def is_dependency(self, _path: str) -> bool:
101
"""Check if the path is a dependency (not supported for brownie)
0 commit comments