Skip to content

Commit 6e87a80

Browse files
committed
Upgrade to flake8 7.2.0
1 parent 444521d commit 6e87a80

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dynamic = ["version"]
3030
test = [
3131
"black==25.1.0",
3232
"filelock==3.18.0",
33-
"flake8==7.1.2",
33+
"flake8==7.2.0",
3434
"pyright==1.1.398",
3535
"pytest==8.3.5",
3636
"pytest-xdist==3.6.1",

Diff for: tests/test_run_benchmarks.py

-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ def test_should_run_exists_force(benchmarks_checkout, capsys, monkeypatch):
236236
removed_paths = []
237237

238238
def remove(repo, path):
239-
nonlocal removed_paths
240239
removed_paths.append(path)
241240
(repo / path).unlink()
242241

0 commit comments

Comments
 (0)