- ✨ Official python 3.11 support #291
- 🩹 Fixed bug with pre-commit-ci due to read-only filesystem by @lkeegan in #290
- 🩹 Fix config file discovery with flake8>=5.0.0 #255
- 🩹 Fix config discovery with flake8>=5.0.0 #251
- 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
- Drop official python 3.6 support
- Set max supported version of
flake8
to be<4.0.2
- Added official Python 3.10 support and tests
- 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
.
- Set max supported version of
flake8
to be<3.9.2
- Set max supported version of
flake8
to be<3.9.1
- Added official Python 3.9 support and tests
- Set max supported version of
flake8
to be<3.8.5
- Fixed pre-commit hook file association so it support python and juypter notebooks
- Forced uft8 encoding when reading notebooks, this prevents errors on windows when console codepage is assumed
- Added pre-commit hook (#47)
- Set max supported version of
flake8
to be<=3.8.3
- Set max supported version of
flake8
to be<=3.8.2
- Set max supported version of
flake8
to be<=3.8.1
- Fixed bug with
--exclude
option
- Set max supported version of
flake8
to be<3.8.0
, to prevent breaking due to changes offlake8
's inner workings.
- Added official Python 3.8 support and tests
- Fixed compatibility with
flake8==3.7.9
- Added console-script 'flake8-nb' as an alias for 'flake8_nb'
- First release on PyPI.