mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-10 23:04:18 +00:00
Remove remaining references to gitlab
This commit is contained in:
parent
3b57778160
commit
8b76fa39fb
26 changed files with 28 additions and 28 deletions
|
|
@ -23,7 +23,7 @@ What is the next version of Flake8?
|
||||||
===================================
|
===================================
|
||||||
|
|
||||||
In general we try to use milestones to indicate this. If the last release
|
In general we try to use milestones to indicate this. If the last release
|
||||||
on PyPI is 3.1.5 and you see a milestone for 3.2.0 in GitLab, there's a
|
on PyPI is 3.1.5 and you see a milestone for 3.2.0 in GitHub, there's a
|
||||||
good chance that 3.2.0 is the next release.
|
good chance that 3.2.0 is the next release.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.1.0 -- 2016-11-14
|
3.1.0 -- 2016-11-14
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.1.0 milestone`_ on GitLab for more details.
|
You can view the `3.1.0 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
- Add ``--bug-report`` flag to make issue reporters' lives easier.
|
- Add ``--bug-report`` flag to make issue reporters' lives easier.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.1.1 -- 2016-11-14
|
3.1.1 -- 2016-11-14
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.1.1 milestone`_ on GitLab for more details.
|
You can view the `3.1.1 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
- Do not attempt to install/distribute a ``man`` file with the Python package;
|
- Do not attempt to install/distribute a ``man`` file with the Python package;
|
||||||
leave this for others to do. (See also :issue:`186`)
|
leave this for others to do. (See also :issue:`186`)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.2.0 -- 2016-11-14
|
3.2.0 -- 2016-11-14
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.2.0 milestone`_ on GitLab for more details.
|
You can view the `3.2.0 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
- Allow for pycodestyle 2.2.0 which fixes a bug in E305 (See also
|
- Allow for pycodestyle 2.2.0 which fixes a bug in E305 (See also
|
||||||
:issue:`188`)
|
:issue:`188`)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.2.1 -- 2016-11-21
|
3.2.1 -- 2016-11-21
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.2.1 milestone`_ on GitLab for more details.
|
You can view the `3.2.1 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
- Fix subtle bug when deciding whether to report an on-by-default's violation
|
- Fix subtle bug when deciding whether to report an on-by-default's violation
|
||||||
(See also :issue:`189`)
|
(See also :issue:`189`)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.3.0 -- 2017-02-06
|
3.3.0 -- 2017-02-06
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.3.0 milestone`_ on GitLab for more details.
|
You can view the `3.3.0 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
- Add support for Python 3.6 (via dependencies). **Note** Flake8 does not
|
- Add support for Python 3.6 (via dependencies). **Note** Flake8 does not
|
||||||
guarantee that all plugins will support Python 3.6.
|
guarantee that all plugins will support Python 3.6.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.4.0 -- 2017-07-27
|
3.4.0 -- 2017-07-27
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.4.0 milestone`_ on GitLab for more details.
|
You can view the `3.4.0 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
- Refine logic around ``--select`` and ``--ignore`` when combined with the
|
- Refine logic around ``--select`` and ``--ignore`` when combined with the
|
||||||
default values for each. (See also :issue:`572`)
|
default values for each. (See also :issue:`572`)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.4.1 -- 2017-07-28
|
3.4.1 -- 2017-07-28
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.4.1 milestone`_ on GitLab for more details.
|
You can view the `3.4.1 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
- Fix minor regression when users specify only a ``--select`` list with items
|
- Fix minor regression when users specify only a ``--select`` list with items
|
||||||
in the enabled/extended select list. (See also :issue:`605`)
|
in the enabled/extended select list. (See also :issue:`605`)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.5.0 -- 2017-10-23
|
3.5.0 -- 2017-10-23
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.5.0 milestone`_ on GitLab for more details.
|
You can view the `3.5.0 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
New Dependency Information
|
New Dependency Information
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.6.0 -- 2018-10-23
|
3.6.0 -- 2018-10-23
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.6.0 milestone`_ on GitLab for more details.
|
You can view the `3.6.0 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
New Dependency Information
|
New Dependency Information
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.7.0 -- 2019-01-29
|
3.7.0 -- 2019-01-29
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.7.0 milestone`_ on GitLab for more details.
|
You can view the `3.7.0 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
New Dependency Information
|
New Dependency Information
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.7.1 -- 2019-01-30
|
3.7.1 -- 2019-01-30
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.7.1 milestone`_ on GitLab for more details.
|
You can view the `3.7.1 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
Bugs Fixed
|
Bugs Fixed
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.7.2 -- 2019-01-30
|
3.7.2 -- 2019-01-30
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.7.2 milestone`_ on GitLab for more details.
|
You can view the `3.7.2 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
Bugs Fixed
|
Bugs Fixed
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.7.3 -- 2019-01-30
|
3.7.3 -- 2019-01-30
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.7.3 milestone`_ on GitLab for more details.
|
You can view the `3.7.3 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
Bugs Fixed
|
Bugs Fixed
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.7.4 -- 2019-01-31
|
3.7.4 -- 2019-01-31
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.7.4 milestone`_ on GitLab for more details.
|
You can view the `3.7.4 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
Bugs Fixed
|
Bugs Fixed
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.7.5 -- 2019-02-04
|
3.7.5 -- 2019-02-04
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.7.5 milestone`_ on GitLab for more details.
|
You can view the `3.7.5 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
Bugs Fixed
|
Bugs Fixed
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.7.6 -- 2019-02-18
|
3.7.6 -- 2019-02-18
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.7.6 milestone`_ on GitLab for more details.
|
You can view the `3.7.6 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
Bugs Fixed
|
Bugs Fixed
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.7.7 -- 2019-02-25
|
3.7.7 -- 2019-02-25
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.7.7 milestone`_ on GitLab for more details.
|
You can view the `3.7.7 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
Bugs Fixed
|
Bugs Fixed
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.7.8 -- 2019-07-08
|
3.7.8 -- 2019-07-08
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.7.8 milestone`_ on GitLab for more details.
|
You can view the `3.7.8 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
Bugs Fixed
|
Bugs Fixed
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.7.9 -- 2019-10-28
|
3.7.9 -- 2019-10-28
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.7.9 milestone`_ on GitLab for more details.
|
You can view the `3.7.9 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
Bugs Fixed
|
Bugs Fixed
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.8.0 -- 2020-05-11
|
3.8.0 -- 2020-05-11
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.8.0 milestone`_ on GitLab for more details.
|
You can view the `3.8.0 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
Bugs Fixed
|
Bugs Fixed
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
@ -22,7 +22,7 @@ Deprecations
|
||||||
3.8.0a2 -- 2020-04-24
|
3.8.0a2 -- 2020-04-24
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
You can view the `3.8.0 milestone`_ on GitLab for more details.
|
You can view the `3.8.0 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
Bugs Fixed
|
Bugs Fixed
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
@ -33,7 +33,7 @@ Bugs Fixed
|
||||||
3.8.0a1 -- 2020-04-24
|
3.8.0a1 -- 2020-04-24
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
You can view the `3.8.0 milestone`_ on GitLab for more details.
|
You can view the `3.8.0 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
New Dependency Information
|
New Dependency Information
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.8.1 -- 2020-05-11
|
3.8.1 -- 2020-05-11
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.8.1 milestone`_ on GitLab for more details.
|
You can view the `3.8.1 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
Bugs Fixed
|
Bugs Fixed
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.8.2 -- 2020-05-22
|
3.8.2 -- 2020-05-22
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.8.2 milestone`_ on GitLab for more details.
|
You can view the `3.8.2 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
Bugs Fixed
|
Bugs Fixed
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.8.3 -- 2020-06-08
|
3.8.3 -- 2020-06-08
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.8.3 milestone`_ on GitLab for more details.
|
You can view the `3.8.3 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
Bugs Fixed
|
Bugs Fixed
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.8.4 -- 2020-10-02
|
3.8.4 -- 2020-10-02
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.8.4 milestone`_ on GitLab for more details.
|
You can view the `3.8.4 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
Bugs Fixed
|
Bugs Fixed
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
3.9.0 -- 2021-03-14
|
3.9.0 -- 2021-03-14
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
You can view the `3.9.0 milestone`_ on GitLab for more details.
|
You can view the `3.9.0 milestone`_ on GitHub for more details.
|
||||||
|
|
||||||
New Dependency Information
|
New Dependency Information
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue