ComPWA repository policy 0.4.0
github-actions
released this
05 Sep 20:15
·
52 commits
to refs/heads/main
since this release
✨ New features
- implement
--allowed-cell-metadata
flag (#366) - support
pixi
andvenv
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
fromblack
andruff
config (#382) - update Prettier pre-commit URL to ComPWA (#386)
⚠️ API changes
- rename
enforce_multiline
into_toml_array()
(#372) - merge
vscode.remove_setting()
intoremove_settings()
(#376) - expose
changelog
as property (#384) - remove GitPod configuration by default (#387)
⚠️ Changes that may affect behavior
🐛 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 forenv
(#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.