mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
pre-commit: run black with string normalization
This commit is contained in:
@@ -3,8 +3,8 @@ Hook specifications that pluggy plugins can override
|
||||
"""
|
||||
import pluggy
|
||||
|
||||
hookspec = pluggy.HookspecMarker('tljh')
|
||||
hookimpl = pluggy.HookimplMarker('tljh')
|
||||
hookspec = pluggy.HookspecMarker("tljh")
|
||||
hookimpl = pluggy.HookimplMarker("tljh")
|
||||
|
||||
|
||||
@hookspec
|
||||
|
||||
Reference in New Issue
Block a user