File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 - id : black
3636
3737 - repo : https://github.com/charliermarsh/ruff-pre-commit
38- rev : v0.0.242
38+ rev : v0.0.254
3939 hooks :
4040 - id : ruff
4141 args : ["--fix"]
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ test = "mypy --install-types --non-interactive {args:.}"
9797dependencies = [
9898 " black[jupyter]==23.1.0" ,
9999 " mdformat>0.7" ,
100- " ruff==0.0.242 " ,
100+ " ruff==0.0.254 " ,
101101]
102102detached = true
103103[tool .hatch .envs .lint .scripts ]
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ def jp_logging_stream():
158158 output = logging_stream .getvalue ()
159159 # If output exists, print it.
160160 if output :
161- print (output ) # noqa
161+ print (output )
162162 return output
163163
164164
@@ -394,7 +394,7 @@ def jp_server_cleanup(jp_asyncio_loop):
394394 try :
395395 jp_asyncio_loop .run_until_complete (app ._cleanup ())
396396 except (RuntimeError , SystemExit ) as e :
397- print ("ignoring cleanup error" , e ) # noqa
397+ print ("ignoring cleanup error" , e )
398398 if hasattr (app , "kernel_manager" ):
399399 app .kernel_manager .context .destroy ()
400400 ServerApp .clear_instance ()
You can’t perform that action at this time.
0 commit comments