File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.5.1 (2022-08-16)
4+
5+ - π©Ή Fix config discovery with flake8>=5.0.0 [ #251 ] ( https://github.com/s-weigand/flake8-nb/pull/251 )
6+
37## 0.5.0 (2022-08-15)
48
5- - Drop support for ` flake8 ` to be ` <3.8.0 ` [ #240 ] ( https://github.com/s-weigand/flake8-nb/pull/240 )
9+ - Drop support for ` flake8<3.8.0 ` [ #240 ] ( https://github.com/s-weigand/flake8-nb/pull/240 )
610- Set max supported version of ` flake8 ` to be ` <5.0.5 ` [ #240 ] ( https://github.com/s-weigand/flake8-nb/pull/240 )
711- Enable calling ` flake8_nb ` as python module [ #240 ] ( https://github.com/s-weigand/flake8-nb/pull/240 )
812
Original file line number Diff line number Diff line change 22
33__author__ = """Sebastian Weigand"""
44__email__ = "s.weigand.phy@gmail.com"
5- __version__ = "0.5.0 "
5+ __version__ = "0.5.1 "
66
77import flake8
88
You canβt perform that action at this time.
0 commit comments