Project

General

Profile

Actions

Cleanup #51382

open

Cleanup #51379: mgr/volumes: add flake8 test

mgr/volumes/fs/async_cloner.py: fix various flake8 issues

Added by Varsha Rao almost 3 years ago. Updated over 2 years ago.

Status:
Fix Under Review
Priority:
Normal
Assignee:
-
Category:
Code Hygiene
Target version:
% Done:

0%

Tags:
Backport:
Reviewed:
Affected Versions:
Component(FS):
mgr/volumes
Labels (FS):
task(easy)
Pull request ID:

Description

src/pybind/mgr/volumes/fs/async_cloner.py:26:1: E302 expected 2 blank lines, found 1
src/pybind/mgr/volumes/fs/async_cloner.py:43:1: E302 expected 2 blank lines, found 1
src/pybind/mgr/volumes/fs/async_cloner.py:50:1: E302 expected 2 blank lines, found 1
src/pybind/mgr/volumes/fs/async_cloner.py:56:1: E302 expected 2 blank lines, found 1
src/pybind/mgr/volumes/fs/async_cloner.py:78:1: E302 expected 2 blank lines, found 1
src/pybind/mgr/volumes/fs/async_cloner.py:82:1: E302 expected 2 blank lines, found 1
src/pybind/mgr/volumes/fs/async_cloner.py:86:1: E302 expected 2 blank lines, found 1
src/pybind/mgr/volumes/fs/async_cloner.py:90:1: E302 expected 2 blank lines, found 1
src/pybind/mgr/volumes/fs/async_cloner.py:102:1: E302 expected 2 blank lines, found 1
src/pybind/mgr/volumes/fs/async_cloner.py:116:1: E302 expected 2 blank lines, found 1
src/pybind/mgr/volumes/fs/async_cloner.py:126:1: E302 expected 2 blank lines, found 1
src/pybind/mgr/volumes/fs/async_cloner.py:132:5: E306 expected 1 blank line before a nested definition, found 0
src/pybind/mgr/volumes/fs/async_cloner.py:142:81: E221 multiple spaces before operator
src/pybind/mgr/volumes/fs/async_cloner.py:142:83: W504 line break after binary operator
src/pybind/mgr/volumes/fs/async_cloner.py:143:59: E127 continuation line over-indented for visual indent
src/pybind/mgr/volumes/fs/async_cloner.py:143:80: E221 multiple spaces before operator
src/pybind/mgr/volumes/fs/async_cloner.py:143:83: W504 line break after binary operator
src/pybind/mgr/volumes/fs/async_cloner.py:144:59: E127 continuation line over-indented for visual indent
src/pybind/mgr/volumes/fs/async_cloner.py:144:80: E221 multiple spaces before operator
src/pybind/mgr/volumes/fs/async_cloner.py:144:83: W504 line break after binary operator
src/pybind/mgr/volumes/fs/async_cloner.py:145:59: E127 continuation line over-indented for visual indent
src/pybind/mgr/volumes/fs/async_cloner.py:145:83: W504 line break after binary operator
src/pybind/mgr/volumes/fs/async_cloner.py:146:59: E127 continuation line over-indented for visual indent
src/pybind/mgr/volumes/fs/async_cloner.py:146:83: W504 line break after binary operator
src/pybind/mgr/volumes/fs/async_cloner.py:147:59: E127 continuation line over-indented for visual indent
src/pybind/mgr/volumes/fs/async_cloner.py:148:59: E127 continuation line over-indented for visual indent
src/pybind/mgr/volumes/fs/async_cloner.py:176:83: W504 line break after binary operator
src/pybind/mgr/volumes/fs/async_cloner.py:177:59: E127 continuation line over-indented for visual indent
src/pybind/mgr/volumes/fs/async_cloner.py:178:59: E127 continuation line over-indented for visual indent
src/pybind/mgr/volumes/fs/async_cloner.py:188:1: E302 expected 2 blank lines, found 1
src/pybind/mgr/volumes/fs/async_cloner.py:195:1: E302 expected 2 blank lines, found 1
src/pybind/mgr/volumes/fs/async_cloner.py:207:1: E302 expected 2 blank lines, found 1
src/pybind/mgr/volumes/fs/async_cloner.py:217:1: E302 expected 2 blank lines, found 1
src/pybind/mgr/volumes/fs/async_cloner.py:227:1: E302 expected 2 blank lines, found 1
src/pybind/mgr/volumes/fs/async_cloner.py:242:121: E502 the backslash is redundant between brackets
src/pybind/mgr/volumes/fs/async_cloner.py:247:114: E502 the backslash is redundant between brackets
src/pybind/mgr/volumes/fs/async_cloner.py:248:94: E128 continuation line under-indented for visual indent
src/pybind/mgr/volumes/fs/async_cloner.py:250:1: E302 expected 2 blank lines, found 1
src/pybind/mgr/volumes/fs/async_cloner.py:254:14: E221 multiple spaces before operator
src/pybind/mgr/volumes/fs/async_cloner.py:265:1: E302 expected 2 blank lines, found 1
src/pybind/mgr/volumes/fs/async_cloner.py:275:47: E203 whitespace before ':'
src/pybind/mgr/volumes/fs/async_cloner.py:276:47: E203 whitespace before ':'
src/pybind/mgr/volumes/fs/async_cloner.py:277:47: E203 whitespace before ':'
src/pybind/mgr/volumes/fs/async_cloner.py:278:47: E203 whitespace before ':'
src/pybind/mgr/volumes/fs/async_cloner.py:279:47: E203 whitespace before ':'
Actions #1

Updated by Varsha Rao over 2 years ago

  • Status changed from New to Fix Under Review
  • Pull request ID set to 43393
Actions

Also available in: Atom PDF