0.3.6 版本更新说明:
预览功能
[pylint] 实现 bad-staticmethod-argument 规则
[pylint] 实现 if-stmt-min-max 规则
[pyupgrade] 将 str,Enum 的多重继承替换为 StrEnum(UP042)
[refurb] 实现 if-expr-instead-of-or-operator 规则
[refurb] 实现 int-on-sliced-str 规则
[refurb] 实现 write-whole-file 规则
[refurb] 在 reimplemented-operator 规则中支持 itemgetter
[flake8_comprehensions] 在不必要的列表推导式检查中添加 sum/min/max
规则更改
[pydocstyle] 要求在第一个句子为单个单词时,docstring 的首字母大写
[pycodestyle] 忽略类作用域中的带注解的 lambda 表达式
[flake8-pyi] 对 PYI034 进行了多种改进
[flake8-slots] 标记基于调用的 typing.NamedTuples 的子类以及 collections.namedtuple 的子类
[pyflakes] 允许在 stub 文件的类基中使用前向引用
[pygrep-hooks] 改进 blanket-noqa 错误消息
命令行界面
支持 FORCE_COLOR 环境变量
配置
支持在 [extend-]per-file-ignores 中使用否定模式
错误修复
[flake8-import-conventions] 在 unconventional-import-alias 中接受非别名导入
[flake8-quotes] 在 f-string 替换字段内添加语义模型标志
[pep8-naming] 递归解析 N815 违规的 TypeDicts
[flake8-quotes] 在 flake8-quotes 规则中尊重 Q00* 忽略
[flake8-simplify] 在 needless-bool 诊断中显示否定条件
[ruff] 在 asyncio-dangling-task 中使用作用域内的遮蔽绑定
[flake8-pytest-style] 修复 pytest-parametrize-values-wrong-type 中的单元组转换
[flake8-return] 在 unnecessary-assign 中忽略对带注解变量的赋值
[refurb] 在 rb 模式下,不允许对 read-whole-file 使用任何关键字参数
[pylint] 不要建议对 staticmethods 使用 @singledispatch 装饰器
[pydocstyle] 对所有与部分相关的 docstring 诊断使用部分名称范围
尊重 all 开头的 # noqa 指令