Flake8 Nb Versions Save

Flake8 checking for jupyter notebooks

v0.5.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/s-weigand/flake8-nb/compare/v0.5.2...v0.5.3

v0.5.2

1 year ago

What's Changed

Full Changelog: https://github.com/s-weigand/flake8-nb/compare/v0.5.1...v0.5.2

v0.5.1

1 year ago

What's Changed

Full Changelog: https://github.com/s-weigand/flake8-nb/compare/v0.5.0...v0.5.1

v0.5.0

1 year ago

What's Changed

  • 🗑️ Drop support for flake8<3.8.0 #240
  • ✨ Set max supported version of flake8 to be <5.0.5 #240
  • ✨ Enable calling flake8_nb as python module #240

Full Changelog: https://github.com/s-weigand/flake8-nb/compare/v0.4.0...v0.5.0

v0.4.0

2 years ago

What's Changed

Full Changelog: https://github.com/s-weigand/flake8-nb/compare/v0.3.1...v0.4.0

v0.3.1

2 years ago

Changes

  • Set max supported version of flake8 to be <4.0.2
  • Added official Python 3.10 support and tests

v0.3.0

2 years ago

Changes

  • Set max supported version of flake8 to be <3.9.3
  • Report formatting is configurable via --notebook-cell-format option with formatting options nb_path, exec_count, code_cell_count and total_cell_count.

v0.2.7

3 years ago

Changelog

  • Adds official support for flake8 == 3.9.1