From 57b2835ecc6c9b30920e929985b9d7cafcb7c457 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sat, 24 Feb 2024 13:04:40 +0800 Subject: chore(project): add ruff deps chore(lint): format code with ruff chore(project): add tool.ruff format section --- nivis-python/interpreter.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nivis-python/interpreter.py') diff --git a/nivis-python/interpreter.py b/nivis-python/interpreter.py index 8aa8fad..0817274 100644 --- a/nivis-python/interpreter.py +++ b/nivis-python/interpreter.py @@ -1,7 +1,8 @@ from psi.lexer import Token -__all__ = ['Interpreter'] +__all__ = ["Interpreter"] + class Interpreter: """ -- cgit v1.2.3-70-g09d2