lint: Fix lint-circular-dependencies.py file list

This commit is contained in:
MacroFake
2022-04-30 11:24:36 +02:00
parent becea48fe0
commit fad0abf539
2 changed files with 7 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ RUN_LINT_FILE = 'test/lint/run-lint-format-strings.py'
def check_doctest():
command = [
'python3',
sys.executable,
'-m',
'doctest',
RUN_LINT_FILE,