mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
Add AST support for Python 3.6
Upgrade version constraints on PyFlakes to only the versions that handle Python 3.6 Closes #290
This commit is contained in:
parent
f32e151b47
commit
bc840e2403
2 changed files with 6 additions and 1 deletions
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
You can view the `3.3.0 milestone`_ on GitLab for more details.
|
||||
|
||||
- Update upper bound on PyFlakes to allow for PyFlakes 1.5.0 (`GitLab#290`_)
|
||||
|
||||
- Add methods to Report class that will be called when Flake8 starts and
|
||||
finishes processing a file. (`GitLab#251`_)
|
||||
|
||||
|
|
@ -26,5 +28,7 @@ You can view the `3.3.0 milestone`_ on GitLab for more details.
|
|||
https://gitlab.com/pycqa/flake8/issues/251
|
||||
.. _GitLab#268:
|
||||
https://gitlab.com/pycqa/flake8/issues/268
|
||||
.. _GitLab#290:
|
||||
https://gitlab.com/pycqa/flake8/issues/290
|
||||
.. _GitLab!156:
|
||||
https://gitlab.com/pycqa/flake8/merge_requests/156
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue