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 f1e9289 commit c49d624Copy full SHA for c49d624
1 file changed
README.md
@@ -28,7 +28,6 @@ Our first and probably most important tool is flake8. It will run a set of plugi
28
Here is a sample output:
29
```
30
~> flake8
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:2:1: D400 First line should end with a period
0 commit comments