Skip to content

Commit 21f7abc

Browse files
authored
Merge pull request #386 from faster-cpython/upgrade-flake8-7.2.0
Upgrade to flake8 7.2.0
2 parents 444521d + 6e87a80 commit 21f7abc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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",

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)