[+] add ruff, pyright into lint extras

This commit is contained in:
Siarhei Siniak 2025-05-16 10:59:35 +03:00
parent 98f2c4b965
commit ac03137032
3 changed files with 7 additions and 1 deletions

@ -5,7 +5,7 @@ project(
).stdout().strip('\n'), ).stdout().strip('\n'),
# 'online.fxreader.uv', # 'online.fxreader.uv',
# ['c', 'cpp'], # ['c', 'cpp'],
version: '0.1.5.16+27.14', version: '0.1.5.16+27.15',
# default_options: [ # default_options: [
# 'cpp_std=c++23', # 'cpp_std=c++23',
# # 'prefer_static=true', # # 'prefer_static=true',

@ -27,6 +27,9 @@ early = [
lint = [ lint = [
'tomli', 'tomli',
'mypy',
'pyright',
'ruff',
# 'tomlkit', # 'tomlkit',
] ]

Binary file not shown.