diff --git a/.mypy.ini b/.mypy.ini deleted file mode 100644 index 9811c75..0000000 --- a/.mypy.ini +++ /dev/null @@ -1,18 +0,0 @@ -[mypy] -mypy_path = - mypy-stubs, - deps/com.github.aiortc.aiortc/src, - mypy-stubs/marisa-trie-types, - mypy-stubs/types-debugpy, - python - -exclude = - python/tmp, - python/build - -plugins = - numpy.typing.mypy_plugin, - pydantic.mypy - -explicit_package_bases = true -namespace_packages = true \ No newline at end of file diff --git a/python/.mypy.ini b/python/.mypy.ini new file mode 100644 index 0000000..7b470c3 --- /dev/null +++ b/python/.mypy.ini @@ -0,0 +1,18 @@ +[mypy] +mypy_path = + ../mypy-stubs, + ../deps/com.github.aiortc.aiortc/src, + ../mypy-stubs/marisa-trie-types, + ../mypy-stubs/types-debugpy, + . + +exclude = + tmp, + build + +plugins = + numpy.typing.mypy_plugin, + pydantic.mypy + +explicit_package_bases = true +namespace_packages = true diff --git a/python/cli.py b/python/cli.py index 67032e5..885014a 100644 --- a/python/cli.py +++ b/python/cli.py @@ -81,16 +81,17 @@ class CLI(_cli.CLI): project.source_dir / '_m.py', project.source_dir / 'online', project.source_dir / 'cli.py', - self.settings.base_dir / 'm.py', + project.source_dir / 'm.py', # Settings.settings().project_root / 'deps/com.github.aiortc.aiortc/src', #Settings.settings().project_root / 'm.py', ], max_errors={ - 'python/online/fxreader/pr34/commands_typed': 0, - 'python/cli.py': 0, + 'online/fxreader/pr34/commands_typed': 0, + # 'online/fxreader/pr34/commands': 0, + 'cli.py': 0, 'm.py': 0, - 'deps/com.github.aiortc.aiortc/src/online_fxreader': 0, - 'deps/com.github.aiortc.aiortc/src/aiortc/contrib/signaling': 0 + '../deps/com.github.aiortc.aiortc/src/online_fxreader': 0, + '../deps/com.github.aiortc.aiortc/src/aiortc/contrib/signaling': 0 } ), ) diff --git a/python/meson.build b/python/meson.build index fb0568a..f807817 100644 --- a/python/meson.build +++ b/python/meson.build @@ -5,7 +5,7 @@ project( ).stdout().strip('\n'), # 'online.fxreader.uv', # ['c', 'cpp'], - version: '0.1.5.16+27.13', + version: '0.1.5.16+27.14', # default_options: [ # 'cpp_std=c++23', # # 'prefer_static=true', diff --git a/releases/whl/online_fxreader_pr34-0.1.5.16+27.14-py3-none-any.whl b/releases/whl/online_fxreader_pr34-0.1.5.16+27.14-py3-none-any.whl new file mode 100644 index 0000000..55b3c2a --- /dev/null +++ b/releases/whl/online_fxreader_pr34-0.1.5.16+27.14-py3-none-any.whl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028a358026924f4e4002ca4720570b2fbfe60fe66763720451a25172f3fdfa1a +size 72486