Skip to content

Commit f2b320a

Browse files
committed
configuration for pep257 tool
both when running standalone and when running as part of prospector tool We ignore D203 because it conflicts with the newer D211, the former requires 1 whiteline before class doc text while the latter requires no whitelines before class doc text
1 parent 7e6ad8c commit f2b320a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.landscape.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ ignore-paths:
1010
- tests
1111
- unit_tests
1212
- scripts
13+
14+
pep257:
15+
disable:
16+
- D203

.pep257

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[pep257]
2+
3+
add-ignore = D203

0 commit comments

Comments
 (0)