Skip to content

Commit

Permalink
update path for linting profile
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytropolityka committed Aug 10, 2024
1 parent d4bc0ed commit 51e7017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lint_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def main():

for module in modules:
if os.path.isdir(module):
result = subprocess.run(["poetry", "run", "prospector", "--profile", "../../../prospector.yaml"], cwd=module)
result = subprocess.run(["poetry", "run", "prospector", "--profile", "../../../.prospector.yaml"], cwd=module)
if result.returncode != 0:
success = False

Expand Down

0 comments on commit 51e7017

Please sign in to comment.