Releases: DavidVujic/poetry-multiproject-plugin
Releases · DavidVujic/poetry-multiproject-plugin
fix(check-project): from top folder
Fix: mypy analyser running properly when check-project from top folder with the --directory
option.
Pull Request #23
fix: add support for global options
Adding support for the --directory option in build-project and check-project
Adding support for the --verbose option in check-project, because this command mutes output by default
Pull Request #21
fix: check-project command with reusable venv
Use the Poetry global cache-dir for the temporary virtual environment that is created during check-project. This will speed up the process, and avoid unnecessary network calls.
Pull Request #19
fix: check-project command
Fixes the check-project command that didn't work as intended.
More info in Pull request #18
new command: check-project
This command is mainly useful to check for any missing dependencies or packages in code for a project. It uses MyPy under the hood.
Pull Request: #17
Add support for Python 3.8
Minimum Python version (3.10), Community standards, CI
v1.0.4 add CircleCI badge
Better docs: what the plugin does and guideline
V1.0.3 - with better docs (#11) * update README docs * bump version, shorten the package description
Bugfixes
Updates:
- Run the
poetry-build
command in the actual project foder. - make sure the package includes section has no duplicates in the generated
pyproject.toml
file
Supporting Poetry 1.2
v1.0.0 fix: set correct version in package interface