mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 08:04:18 +00:00
Add release note about handling SyntaxErrors
This commit is contained in:
parent
a8029ba2d5
commit
690d157d1b
1 changed files with 5 additions and 0 deletions
|
|
@ -7,9 +7,14 @@
|
||||||
- Fix an Attribute Error raised when dealing with Invalid Syntax. (See also
|
- Fix an Attribute Error raised when dealing with Invalid Syntax. (See also
|
||||||
`GitLab#203`_)
|
`GitLab#203`_)
|
||||||
|
|
||||||
|
- Fix an unhandled Syntax Error when tokenizing files. (See also
|
||||||
|
`GitLab#205`_)
|
||||||
|
|
||||||
|
|
||||||
.. links
|
.. links
|
||||||
.. _GitLab#164:
|
.. _GitLab#164:
|
||||||
https://gitlab.com/pycqa/flake8/issues/164
|
https://gitlab.com/pycqa/flake8/issues/164
|
||||||
.. _GitLab#203:
|
.. _GitLab#203:
|
||||||
https://gitlab.com/pycqa/flake8/issues/203
|
https://gitlab.com/pycqa/flake8/issues/203
|
||||||
|
.. _GitLab#205:
|
||||||
|
https://gitlab.com/pycqa/flake8/issues/205
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue