flake8: state #1281

Merged
g1itch merged 1 commits from flake8-state into v0.6 2018-06-26 21:06:32 +02:00
g1itch commented 2018-06-19 16:23:08 +02:00 (Migrated from github.com)

Formatted state and depends according to flake8 suggestions.
From #1256.

Formatted state and depends according to flake8 suggestions. From #1256.
coffeedogs (Migrated from github.com) reviewed 2018-06-19 16:23:08 +02:00
coffeedogs (Migrated from github.com) reviewed 2018-06-22 12:42:42 +02:00
coffeedogs (Migrated from github.com) left a comment

We now have a tool to check multiple linters in one go. This will avoid us having to come back to the file later to do more cleanup.

(pybitmessage-devops) coffeedogs@tinternet:~/PyBitmessage$ fab -H localhost code_quality:filename=src/state.py,details=1
[localhost] Executing task 'code_quality'

total pycodestyle flake8 pylint path_to_file

3 0 0 3 /home/coffeedogs/PyBitmessage/src/state.py
pycodestyle:

flake8:

pylint:
C:  1, 0: Missing module docstring (missing-docstring)
C: 61, 0: Missing function docstring (missing-docstring)
W: 62, 4: Using the global statement (global-statement)

Disconnecting from localhost... done.
We now have a tool to check multiple linters in one go. This will avoid us having to come back to the file later to do more cleanup. ``` (pybitmessage-devops) coffeedogs@tinternet:~/PyBitmessage$ fab -H localhost code_quality:filename=src/state.py,details=1 [localhost] Executing task 'code_quality' total pycodestyle flake8 pylint path_to_file 3 0 0 3 /home/coffeedogs/PyBitmessage/src/state.py pycodestyle: flake8: pylint: C: 1, 0: Missing module docstring (missing-docstring) C: 61, 0: Missing function docstring (missing-docstring) W: 62, 4: Using the global statement (global-statement) Disconnecting from localhost... done. ```
omkar1117 (Migrated from github.com) approved these changes 2018-06-23 12:30:00 +02:00
PeterSurda (Migrated from github.com) approved these changes 2018-06-26 21:06:00 +02:00
This repo is archived. You cannot comment on pull requests.
No description provided.