We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9a4d0 commit 432b93aCopy full SHA for 432b93a
1 file changed
README.md
@@ -31,8 +31,6 @@ Here is a sample output:
31
./app.py:1:1: D100 Missing docstring in public module
32
./app.py:1:6: N802 function name 'helloWorld' should be lowercase
33
./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
36
./app.py:2:1: D400 First line should end with a period
37
./app.py:2:1: D403 First word of the first line should be properly capitalized
38
./app.py:3:19: E225 missing whitespace around operator
0 commit comments