Commit 6d52a2d
committed
Fix dockstring in default_config due to H402 rule
When we run pep8 tests in a root project folder, flake8 with default
settings also checks .ropeproject/ folder and finds two errors there.
pep8 runtests: commands[0] | flake8
./.ropeproject/config.py:5:1: H402 one line docstring needs punctuation.
./.ropeproject/config.py:84:1: H402 one line docstring needs punctuation.
So I fixed these dockstrings to avoid such confusion1 parent f756847 commit 6d52a2d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
0 commit comments