Skip to content

ComPWA repository policy 0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 20:15
· 1 commit to refs/heads/main since this release
0f1b3e6

✨ New features

  • implement --allowed-cell-metadata flag (#366)
  • support pixi and venv in .envrc (#367)
  • automatically create Pixi environment (#374)
  • create or remove Conda environment.yml (#375)
  • remove Pixi configuration if not listed in --package-managers (#377)

⚠️ Enhancements and optimizations

  • remove GitPod badge if --no-gitpod (#369)
  • allow enforce single-line arrays (#373)
  • add --drop-empty-cells tag in pre-commmit hook (#380)
  • rename mirrors-taplo repo to taplo-pre-commit (#383)
  • remove target-version from black and ruff config (#382)
  • update Prettier pre-commit URL to ComPWA (#386)

⚠️ API changes

  • rename enforce_multiline in to_toml_array() (#372)
  • merge vscode.remove_setting() into remove_settings() (#376)
  • expose changelog as property (#384)
  • remove GitPod configuration by default (#387)

⚠️ Changes that may affect behavior

  • sort ComPWA/policy hooks after meta (#371)
  • remove GitPod configuration by default (#387)

🐛 Bug fixes

  • set intermediate TOML tables to be super table (#368)
  • do not sort table keys with toml-sort (#388)
  • do not duplicate nbstripout --extra-keys (#389)
  • do not create pixi.activation table for env (#390)

📝 Documentation

  • add --drop-empty-cells tag in pre-commmit hook (#380)

🔨 Maintenance

  • clean up Tox configuration (#370)

🖱️ Developer Experience

  • remove GitPod badge if --no-gitpod (#369)
  • clean up Tox configuration (#370)
  • add --drop-empty-cells tag in pre-commmit hook (#380)

The full changelog as commits can be found here.