Skip to content

Commit d03be08

Browse files
[misc] Update flake8 to version 7.2.0 and fix its complains
1 parent 6fc505c commit d03be08

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
@@ -28,7 +28,7 @@ repos:
2828

2929

3030
- repo: https://github.com/pycqa/flake8
31-
rev: 7.1.2
31+
rev: 7.2.0
3232
hooks:
3333
- id: flake8
3434
- repo: https://github.com/psf/black

examples/compare_performance_ivp_burgers_eq.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ def analyze(tts_list):
197197

198198

199199
def _run_once(impl, N=1001, plot_solution=True) -> float:
200-
global memory_monitor
201200
print("================================================================")
202201
print(f"Solving Burgers' equation with time integration {impl}, N = {N}")
203202
begin_time = time.time()

0 commit comments

Comments
 (0)