Skip to content

Commit 7367676

Browse files
committed
Introduce D410 D411 linter rules and fix them
1 parent d91573d commit 7367676

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ lint.ignore = [
9898
"D205",
9999
"D400",
100100
"D401",
101-
"D410",
102-
"D411",
103101
]
104102
line-length = 88
105103
lint.select = [

src/skmatter/decomposition/_kernel_pcovr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ def score(self, X, Y):
465465
independent (predictor) variable
466466
Y : numpy.ndarray
467467
dependent (response) variable
468+
468469
Returns
469470
-------
470471
L : float

0 commit comments

Comments
 (0)