Skip to content

Releases: worldworm/copier-poetry

v1.1.0

24 Apr 21:34
Compare
Choose a tag to compare

Minor breaking changes ⚠️

  • adds main
  • changes config var naming to settings

Features

  • adds autopep8 and iosort args line-length
  • adds sqlmodel
  • adds alembic
  • adds poethepoet
  • adds dockerignore data folder
  • adds pydocstringformatter
  • adds bandit
  • adds mypy
  • adds gitlab ci cache

Improvements

  • updates copier base-copier template
  • updates pre-commit
  • bump dependencies
  • updates readme features
  • updates gitlab ci to use python image var
  • updates gitlab ci poetry install
  • updates gitlab ci runner tags var
  • updates pylintrc notes
  • updates pylintrc quote-consistency
  • changes pre-commit mypy from mirror to local (#7)

Bug Fixes

  • fixes docker-compose jinja whitespace
  • fixes gitlab ci subdir pylint path
  • fixes vscode settings organizeImports
  • fixes pre-commit poetry subdir
  • fixes git repo detection
  • fixes pyproject whitespace

Full Changelog: v1.0.0...v1.1.0

v1.0.0

09 Oct 22:13
Compare
Choose a tag to compare

First stable release.

  • Poetry setup with a pre-defined pyproject.toml
  • Continuous integration (CI) pipelines for Github Actions and GitLab CI/CD
  • Docker support with build and publish pipelines
  • Settings management using pydantic-settings
  • pre-commit hooks
  • pylint code linter
  • pytest unit tests
  • VSCode configuration