Skip to content

Commit 71dc786

Browse files
authored
Merge pull request #2623 from Trusted-AI/dependabot/pip/black-25.1.0
Bump black from 24.8.0 to 25.1.0
2 parents bb0d645 + 958d84d commit 71dc786

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

examples/mnist_poison_detection.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# -*- coding: utf-8 -*-
2-
"""Generates a backdoor for MNIST dataset, then trains a convolutional neural network on the poisoned dataset,
3-
and runs activation defence to find poison."""
2+
"""
3+
Generates a backdoor for MNIST dataset, then trains a convolutional neural network on the poisoned dataset,
4+
and runs activation defence to find poison.
5+
"""
46
from __future__ import absolute_import, division, print_function, unicode_literals
57

68
import pprint

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pytest-cov~=6.0.0
5858
pylint==3.2.6
5959
mypy==1.11.1
6060
pycodestyle==2.12.1
61-
black==24.8.0
61+
black==25.1.0
6262
ruff==0.9.3
6363
types-six==1.16.21.9
6464
types-PyYAML==6.0.12.20240917

0 commit comments

Comments
 (0)