mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
zulint: Move lister.py to tools/zulint.
This is preparatory refactoring work for being able to extract the linter as an external project called "zulint".
This commit is contained in:
@@ -13,7 +13,7 @@ from linter_lib.printer import print_err, colors
|
||||
from lib import sanity_check
|
||||
sanity_check.check_venv(__file__)
|
||||
|
||||
import lister
|
||||
from zulint import lister
|
||||
from typing import cast, Callable, Dict, Iterator, List
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user