Commit eb4de13 1 parent 38b9eab commit eb4de13 Copy full SHA for eb4de13
File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ exclude = [
39
39
" .mnist-pytorch" ,
40
40
" fedn_pb2.py" ,
41
41
" fedn_pb2_grpc.py" ,
42
- " .ci"
42
+ " .ci" ,
43
43
" tests"
44
44
]
45
45
@@ -48,16 +48,12 @@ lint.ignore = [
48
48
" ANN003" , # Missing type annotation for **kwargs
49
49
" ANN101" , # Missing type annotation for self in method
50
50
" ANN102" , # Missing type annotation for cls in method
51
-
52
51
" D107" , # Missing docstring in __init__
53
52
" D100" , # Missing docstring in public module
54
53
" D200" , # One-line docstring should fit on one line with quotes
55
54
" D212" , # Multi-line docstring summary should start at the first line
56
-
57
55
" Q000" , # Remove bad quotes
58
-
59
56
" S101" , # Use of assert detected. The enclosed code will be removed when compiling
60
-
61
57
" Q000" , # [*] Single quotes found but double quotes preferred
62
58
63
59
" D212" , # [*] Multi-line docstring summary should start at the first line (100+)
You can’t perform that action at this time.
0 commit comments