[ 源代码: flake8-class-newline ]
软件包:python3-flake8-class-newline(1.6.0-5)
python3-flake8-class-newline 的相关链接
Debian 的资源:
下载源码包 flake8-class-newline:
- [flake8-class-newline_1.6.0-5.dsc]
- [flake8-class-newline_1.6.0.orig.tar.gz]
- [flake8-class-newline_1.6.0-5.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
flake8 extension to lint for a method newline after a Class definition
PEP8 recommends surrounding every class method with a single blank line. See https://www.python.org/dev/peps/pep-0008/#blank-lines However flake8 is ambiguous about the first method having a blank line above it.
This plugin was made to enforce the blank line just after the method declaration.
其他与 python3-flake8-class-newline 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-flake8
- code checker using pycodestyle and pyflakes - Python 3.x
-
- enh: flake8
- code checker using pycodestyle and pyflakes