[+] fix ruff execution in cli
This commit is contained in:
parent
8d43813c37
commit
7ad8e4a781
2
deps/com.github.aiortc.aiortc
vendored
2
deps/com.github.aiortc.aiortc
vendored
@ -1 +1 @@
|
||||
Subproject commit e52e1c22071d49ff23768dfefd1b33b94552ff6d
|
||||
Subproject commit adef10a8c41f5c550622879370a40f8a9e545574
|
2
deps/online.fxreader.nartes.books
vendored
2
deps/online.fxreader.nartes.books
vendored
@ -1 +1 @@
|
||||
Subproject commit f2366f328fb8129fa6ae26d00b421025d2f090c7
|
||||
Subproject commit 3c691ef68d8899edf328d5b06135c0d3b02e7940
|
@ -76,6 +76,8 @@ class CLI(abc.ABC):
|
||||
argv = ['check', '.',]
|
||||
|
||||
subprocess.check_call([
|
||||
self.dist_settings.python_path,
|
||||
'-m',
|
||||
'ruff',
|
||||
'--config', str(project.source_dir / 'pyproject.toml'),
|
||||
*argv,
|
||||
@ -92,6 +94,8 @@ class CLI(abc.ABC):
|
||||
argv = ['--threads', '3', '.']
|
||||
|
||||
subprocess.check_call([
|
||||
self.dist_settings.python_path,
|
||||
'-m',
|
||||
'pyright',
|
||||
'-p', str(project.source_dir / 'pyproject.toml'),
|
||||
*argv,
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = 'online.fxreader.pr34'
|
||||
version = '0.1.5.10'
|
||||
version = '0.1.5.11'
|
||||
|
||||
dependencies = [
|
||||
#"-r requirements.txt",
|
||||
|
Loading…
Reference in New Issue
Block a user