Skip to content

Commit eb4de13

Browse files
committed
fix
1 parent 38b9eab commit eb4de13

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

+1-5
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ exclude = [
3939
".mnist-pytorch",
4040
"fedn_pb2.py",
4141
"fedn_pb2_grpc.py",
42-
".ci"
42+
".ci",
4343
"tests"
4444
]
4545

@@ -48,16 +48,12 @@ lint.ignore = [
4848
"ANN003", # Missing type annotation for **kwargs
4949
"ANN101", # Missing type annotation for self in method
5050
"ANN102", # Missing type annotation for cls in method
51-
5251
"D107", # Missing docstring in __init__
5352
"D100", # Missing docstring in public module
5453
"D200", # One-line docstring should fit on one line with quotes
5554
"D212", # Multi-line docstring summary should start at the first line
56-
5755
"Q000", # Remove bad quotes
58-
5956
"S101", # Use of assert detected. The enclosed code will be removed when compiling
60-
6157
"Q000", # [*] Single quotes found but double quotes preferred
6258

6359
"D212", # [*] Multi-line docstring summary should start at the first line (100+)

0 commit comments

Comments
 (0)