Skip to content
GitLab
探索
项目
群组
代码片段
项目
群组
代码片段
/
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
登录
切换导航
菜单
打开侧边栏
ExternalRepo
flake8
提交
405cfe06
提交
405cfe06
编辑于
2年前
作者:
Anthony Sottile
浏览文件
操作
下载
电子邮件补丁
差异文件
Release 5.0.1
上级
d20bb97f
main
pre-commit-ci-update-config
remove-statistics-count-benchmarks
7.0.0
6.1.0
6.0.0
5.0.4
5.0.3
5.0.2
5.0.1
无相关合并请求
变更
3
Hide whitespace changes
Inline
Side-by-side
显示
3 个更改的文件
docs/source/release-notes/5.0.1.rst
+15
-0
docs/source/release-notes/5.0.1.rst
docs/source/release-notes/index.rst
+1
-0
docs/source/release-notes/index.rst
src/flake8/__init__.py
+1
-1
src/flake8/__init__.py
有
17 个添加
和
1 个删除
+17
-1
docs/source/release-notes/5.0.1.rst
0 → 100644
+
15
-
0
浏览文件 @
405cfe06
5.0.1 -- 2022-07-31
-------------------
You can view the `5.0.1 milestone`_ on GitHub for more details.
Bugs Fixed
~~~~~~~~~~
- Fix duplicate plugin discovery on misconfigured pythons (See also
:issue:`1627`, :pull:`1631`).
.. all links
.. _5.0.1 milestone:
https://github.com/PyCQA/flake8/milestone/43
This diff is collapsed.
Click to expand it.
docs/source/release-notes/index.rst
+
1
-
0
浏览文件 @
405cfe06
...
...
@@ -10,6 +10,7 @@ with the newest releases first.
.. toctree::
5.0.0
5.0.1
4.x Release Series
==================
...
...
This diff is collapsed.
Click to expand it.
src/flake8/__init__.py
+
1
-
1
浏览文件 @
405cfe06
...
...
@@ -17,7 +17,7 @@ from typing import Type
LOG
=
logging
.
getLogger
(
__name__
)
LOG
.
addHandler
(
logging
.
NullHandler
())
__version__
=
"5.0.
0
"
__version__
=
"5.0.
1
"
__version_info__
=
tuple
(
int
(
i
)
for
i
in
__version__
.
split
(
"."
)
if
i
.
isdigit
())
_VERBOSITY_TO_LOG_LEVEL
=
{
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
支持
Markdown
0%
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录
菜单
探索
项目
群组
代码片段