Skip to content

Commit 432b93a

Browse files
authored
remove removed flake8 codes from sample output
Signed-off-by: GitHub <noreply@github.com>
1 parent 1c9a4d0 commit 432b93a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ Here is a sample output:
3131
./app.py:1:1: D100 Missing docstring in public module
3232
./app.py:1:6: N802 function name 'helloWorld' should be lowercase
3333
./app.py:1:16: E201 whitespace after '('
34-
./app.py:1:17: ANN001 Missing type annotation for function argument 'name'
35-
./app.py:1:23: ANN201 Missing return type annotation for public function
3634
./app.py:2:1: D400 First line should end with a period
3735
./app.py:2:1: D403 First word of the first line should be properly capitalized
3836
./app.py:3:19: E225 missing whitespace around operator

0 commit comments

Comments
 (0)