This commit is contained in:
Zanie
2023-10-27 12:48:14 -05:00
parent b6066c6bef
commit c3354ad843
5 changed files with 4 additions and 5 deletions

View File

@@ -10,10 +10,10 @@ from contextlib import nullcontext
from pathlib import Path
from signal import SIGINT, SIGTERM
from ruff_ecosystem import logger
from ruff_ecosystem.defaults import DEFAULT_TARGETS
from ruff_ecosystem.main import OutputFormat, main
from ruff_ecosystem.projects import RuffCommand
from ruff_ecosystem import logger
def excepthook(type, value, tb):