Skip to content

Commit

Permalink
sk
Browse files Browse the repository at this point in the history
  • Loading branch information
ostboiko committed Jul 11, 2023
1 parent cefa838 commit f40188e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ def format_linter_error(error: dict) -> dict:
"column": error["column_number"],
"message": error["text"],
"name": error["code"],
"source": "flake8"}
"source": "flake8"
}


def format_single_linter_file(file_path: str, errors: list) -> dict:
Expand Down

0 comments on commit f40188e

Please sign in to comment.