ComPWA Repository Maintenance 0.1.6
🖱️ Developer Experience
- Replace
nbqa-ruff
with official Ruff formatter (#222) - Remove pyupgrade if Ruff is installed (#224)
- Import existing Ruff
extend-ignore
s from nbQA (#225) - List
jupyterlab-git
as a dependency (#227) - List
python-lsp-ruff
as dev requirement (#229) - Install
isort
injupyter
dependencies (#230) - Extend ignored Ruff rules for notebooks (#231)
⚠️ Enhancements and optimizations
- Automatically add
jupyterlab
requirements to notebook repos (#226) - Filter redundant Ruff rules (#228)
🔨 Maintenance
- Test package on Python 3.12 (#220)
The full changelog as commits can be found here.