Skip to content

Commit

Permalink
Fixed flake8 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyanotfound committed Jan 14, 2025
1 parent 3f4dab9 commit 314d235
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scripts/eslint_disable_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ def check_eslint(files_or_directories):
file_path = os.path.join(root, file_name)
if has_eslint_disable(file_path):
print(
f"Error: File {file_path} contains eslint-disable statements."
f"Error: File {item} contains "
"eslint-disable statements."
)

eslint_found = True
return eslint_found

Expand Down

0 comments on commit 314d235

Please sign in to comment.