Jev Kuznetsov

Results 4 issues of Jev Kuznetsov

Currently the tests are located in `tests` folder which also contains an `__init__.py` file. It should not be there as it causes quite some import issues as described [here](https://stackoverflow.com/questions/41748464/pytest-cannot-import-module-while-python-can) Also...

Closes #189 **Changes:** * switch from `setup.py` to `pyproject.toml` * clean up requirements list. there is only one `dev` extra list used for development and building. * add `.devcontainer` for...

- Platform/operating system: **docker, python:3-slim** - Python version (run `python -version` or `python3 -version`): **3.12.2** - Problem: `pre-commit run --all-files` crashes. (log below) - How to reproduce: 1. checkout `main`...

This pull request introduces a development container setup for the project, including a Dockerfile and configuration file, and updates a script to improve compatibility. The changes aim to streamline the...