Skip to content

Releases: DavidVujic/poetry-multiproject-plugin

fix(check-project): from top folder

29 Dec 17:52
d11d9b8
Compare
Choose a tag to compare

Fix: mypy analyser running properly when check-project from top folder with the --directory option.

Pull Request #23

fix: add support for global options

29 Dec 17:40
d483c9b
Compare
Choose a tag to compare

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

28 Dec 09:03
8b600a9
Compare
Choose a tag to compare

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

27 Dec 09:12
ae188bc
Compare
Choose a tag to compare

Fixes the check-project command that didn't work as intended.

More info in Pull request #18

new command: check-project

26 Dec 11:54
980f2c5
Compare
Choose a tag to compare

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

10 Nov 21:10
7b7907a
Compare
Choose a tag to compare

Minimum Python version (3.10), Community standards, CI

30 Oct 09:41
Compare
Choose a tag to compare

Better docs: what the plugin does and guideline

30 Oct 08:21
159c147
Compare
Choose a tag to compare
V1.0.3 - with better docs (#11)

* update README docs

* bump version, shorten the package description

Bugfixes

30 Oct 06:59
Compare
Choose a tag to compare

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

29 Oct 17:46
Compare
Choose a tag to compare
v1.0.0

fix: set correct version in package interface