Skip to content

Commit fa1fe2e

Browse files
Update .flake8
1 parent 76938aa commit fa1fe2e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.flake8

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ extend-ignore =
99
N812,
1010
B010,
1111
ANN101,
12+
D100,
13+
D212,
14+
ANN002,
15+
ANN003,
16+
D205,
17+
D415
1218
max-line-length = 120
1319
max-complexity = 15
1420
docstring-convention = google
@@ -23,6 +29,7 @@ ignore-names =
2329
X_train,
2430
X_control,
2531
X,
32+
Z,
2633
X_val,
2734
X_valid,
2835
X_test,

0 commit comments

Comments
 (0)