Releases: s-weigand/flake8-nb
Releases · s-weigand/flake8-nb
v0.5.3
v0.5.2
v0.5.1
What's Changed
- 🩹 Fix config discovery with flake8>=5.0.0 by @s-weigand in #251
Full Changelog: v0.5.0...v0.5.1
v0.5.0
🚀 Release v0.4.0
What's Changed
- 🧹 Remove broken Dependabot badge from README by @s-weigand in #181
- 🩹 Fix docs by @s-weigand in #198
- 🚀 Prepare 0.4.0 Release by @s-weigand in #200
- ♻️ Sourcery refactored main branch by @sourcery-ai in #201
Full Changelog: v0.3.1...v0.4.0
🚀 Release v0.3.1
Changes
- Set max supported version of
flake8
to be<4.0.2
- Added official Python 3.10 support and tests
Release v0.3.0
Changes
- Set max supported version of
flake8
to be<3.9.3
- Report formatting is configurable via
--notebook-cell-format
option with formatting optionsnb_path
,exec_count
,code_cell_count
andtotal_cell_count
.
Release v0.2.7
Changelog
- Adds official support for
flake8 == 3.9.1