mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 23:54:17 +00:00
Merge branch 'readthedocs' into 'master'
Prefer readthedocs.io instead of readthedocs.org for doc links See merge request pycqa/flake8!224
This commit is contained in:
commit
f05c01b3ff
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
- McCabe complexity warnings are prefixed by a ``C`` instead of a ``W``
|
- McCabe complexity warnings are prefixed by a ``C`` instead of a ``W``
|
||||||
- Flake8 supports extensions through entry points
|
- Flake8 supports extensions through entry points
|
||||||
- Due to the above support, we **require** setuptools
|
- Due to the above support, we **require** setuptools
|
||||||
- We publish the `documentation <https://flake8.readthedocs.org/>`_
|
- We publish the `documentation <https://flake8.readthedocs.io/>`_
|
||||||
- Fixes #13: pep8, pyflakes and mccabe become external dependencies
|
- Fixes #13: pep8, pyflakes and mccabe become external dependencies
|
||||||
- Split run.py into main.py, engine.py and hooks.py for better logic
|
- Split run.py into main.py, engine.py and hooks.py for better logic
|
||||||
- Expose our parser for our users
|
- Expose our parser for our users
|
||||||
|
|
|
||||||
|
|
@ -30,4 +30,4 @@
|
||||||
.. _GitLab#35: https://gitlab.com/pycqa/flake8/issues/35
|
.. _GitLab#35: https://gitlab.com/pycqa/flake8/issues/35
|
||||||
.. _GitLab!18: https://gitlab.com/pycqa/flake8/merge_requests/18
|
.. _GitLab!18: https://gitlab.com/pycqa/flake8/merge_requests/18
|
||||||
.. _GitLab!20: https://gitlab.com/pycqa/flake8/merge_requests/20
|
.. _GitLab!20: https://gitlab.com/pycqa/flake8/merge_requests/20
|
||||||
.. _VCS hooks docs: https://flake8.readthedocs.org/en/latest/vcs.html
|
.. _VCS hooks docs: https://flake8.readthedocs.io/en/latest/user/using-hooks.html
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue