Skip to content

Commit c71cb08

Browse files
authored
Merge pull request #119 from fastmachinelearning/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 7f50797 + 818c6cf commit c71cb08

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: .*\.rpt$
22

33
repos:
44
- repo: https://github.com/psf/black-pre-commit-mirror
5-
rev: 25.12.0
5+
rev: 26.1.0
66
hooks:
77
- id: black-jupyter
88
language_version: python3

part6_cnns.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@
490490
"import pandas as pd\n",
491491
"from sklearn import metrics\n",
492492
"\n",
493-
"\n",
494493
"labels = ['%i' % nr for nr in range(0, n_classes)] # If you want to look at all the labels\n",
495494
"# labels = ['0','1','9'] # Look at only a few labels, here for digits 0, 1 and 9\n",
496495
"print('Plotting ROC for labels {}'.format(labels))\n",

0 commit comments

Comments
 (0)