Skip to content

Commit c49d624

Browse files
committed
Remove D100 from README since we're ignoring it anyway
1 parent f1e9289 commit c49d624

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Our first and probably most important tool is flake8. It will run a set of plugi
2828
Here is a sample output:
2929
```
3030
~> flake8
31-
./app.py:1:1: D100 Missing docstring in public module
3231
./app.py:1:6: N802 function name 'helloWorld' should be lowercase
3332
./app.py:1:16: E201 whitespace after '('
3433
./app.py:2:1: D400 First line should end with a period

0 commit comments

Comments
 (0)