Skip to content

Commit

Permalink
Disable a conflicting PEP257 docstring requirement
Browse files Browse the repository at this point in the history
As per prospector-dev/prospector#155
There is a contradiction between D203 and D211, since the most
of pywinaut classes has a blank line before the class docstring
we disable D211
  • Loading branch information
airelil committed Dec 24, 2018
1 parent f5ee3df commit ab50f92
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .landscape.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
doc-warnings: yes
test-warnings: no
strictness: medium
max-line-length: 120
autodetect: yes
requirements:
- dev-requirements.txt
ignore-paths:
- apps
- sandbox
- docs
- pywinauto/unittests
doc-warnings: yes
test-warnings: no
strictness: medium
max-line-length: 120
autodetect: yes
requirements:
- dev-requirements.txt
ignore-paths:
- apps
- sandbox
- docs
- pywinauto/unittests
pep8:
disable:
- D211

0 comments on commit ab50f92

Please sign in to comment.