|
|
@ -3,7 +3,7 @@ |
|
|
|
# A comma-separated list of package or module names from where C extensions may |
|
|
|
# A comma-separated list of package or module names from where C extensions may |
|
|
|
# be loaded. Extensions are loading into the active Python interpreter and may |
|
|
|
# be loaded. Extensions are loading into the active Python interpreter and may |
|
|
|
# run arbitrary code |
|
|
|
# run arbitrary code |
|
|
|
extension-pkg-whitelist=scipy cereal.messaging.messaging_pyx |
|
|
|
extension-pkg-whitelist=scipy,cereal.messaging.messaging_pyx,PyQt5 |
|
|
|
|
|
|
|
|
|
|
|
# Add files or directories to the blacklist. They should be base names, not |
|
|
|
# Add files or directories to the blacklist. They should be base names, not |
|
|
|
# paths. |
|
|
|
# paths. |
|
|
@ -250,13 +250,6 @@ max-line-length=100 |
|
|
|
# Maximum number of lines in a module |
|
|
|
# Maximum number of lines in a module |
|
|
|
max-module-lines=1000 |
|
|
|
max-module-lines=1000 |
|
|
|
|
|
|
|
|
|
|
|
# List of optional constructs for which whitespace checking is disabled. `dict- |
|
|
|
|
|
|
|
# separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}. |
|
|
|
|
|
|
|
# `trailing-comma` allows a space between comma and closing bracket: (a, ). |
|
|
|
|
|
|
|
# `empty-line` allows space-only lines. |
|
|
|
|
|
|
|
no-space-check=trailing-comma, |
|
|
|
|
|
|
|
dict-separator |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Allow the body of a class to be on the same line as the declaration if body |
|
|
|
# Allow the body of a class to be on the same line as the declaration if body |
|
|
|
# contains single statement. |
|
|
|
# contains single statement. |
|
|
|
single-line-class-stmt=no |
|
|
|
single-line-class-stmt=no |
|
|
|