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 26f5671 commit cefa838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
def format_linter_error(error: dict) -> dict:
return {
"line": error["line_number"],
"columm": error["column_number"],
"column": error["column_number"],
"message": error["text"],
"name": error["code"],
"source": "flake8"}
Expand Down

0 comments on commit cefa838

Please sign in to comment.