mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 15:44:17 +00:00
Merge branch 'release_note_for_entry_point_not_callable_fix' into 'master'
Add 3.0.3 release note about GitLab#164 Add 3.0.3 release note about #164 See merge request !103
This commit is contained in:
commit
f6ef0c0d61
1 changed files with 8 additions and 1 deletions
|
|
@ -10,11 +10,18 @@
|
||||||
- Fix issue where users were unable to ignore plugin errors that were on
|
- Fix issue where users were unable to ignore plugin errors that were on
|
||||||
by default. (See also `GitLab#195`_)
|
by default. (See also `GitLab#195`_)
|
||||||
|
|
||||||
|
- Raise exception when entry_point in plugin not callable.
|
||||||
|
This raises an informative error when a plugin fails to load because its
|
||||||
|
entry_point is not callable, which can happen with a plugin which is buggy or
|
||||||
|
not updated for the current version of flake8. This is nicer than raising a
|
||||||
|
`PicklingError` about failing to pickle a module (See also `GitLab#164`_)
|
||||||
|
|
||||||
.. links
|
.. links
|
||||||
.. _GitLab#178:
|
.. _GitLab#178:
|
||||||
https://gitlab.com/pycqa/flake8/issues/178
|
https://gitlab.com/pycqa/flake8/issues/178
|
||||||
.. _GitLab#195:
|
.. _GitLab#195:
|
||||||
https://gitlab.com/pycqa/flake8/issues/195
|
https://gitlab.com/pycqa/flake8/issues/195
|
||||||
|
|
||||||
.. _this Python bug report:
|
.. _this Python bug report:
|
||||||
https://bugs.python.org/issue27649
|
https://bugs.python.org/issue27649
|
||||||
|
.. _GitLab#164:
|
||||||
|
https://gitlab.com/pycqa/flake8/issues/164
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue