-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STY: Changing from 2 spaces to 4 spaces at indentation (#88)
* STY: 2 - 4 spaces at application.py * STY: 2 - 4 spaces at data_plugins * STY: 2 - 4 spaces at display_module and main_window.py * STY: 2 - 4 spaces at utilities * STY: 2 - 4 spaces at widgets * STY: 2 - 4 spaces at examples * STY: 2 - 4 spaces at designer_plugin, pydm and testing-ioc * STY: Fix for places where 4 became 8! =( * STY: Fix for places where 4 spaces became 8. Comparison to None should be 'if cond is not None:' or 'if cond is None:'. * STY: Fixing a couple of that were not found before. * CI: Adding landscape.yml file for landscape.io integration. * CI: Adding landscape Code Health badge to README.md
- Loading branch information
1 parent
b7dc807
commit 6b19043
Showing
55 changed files
with
4,394 additions
and
4,371 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
test-warnings: no | ||
strictness: medium | ||
python-targets: | ||
- 2 | ||
- 3 | ||
ignore-paths: | ||
- pydm/__init__.py | ||
- pydm/_version.py | ||
- designer_plugin.py | ||
- testing-ioc.py | ||
- versioneer.py | ||
- examples/* | ||
- setup.py | ||
pylint: | ||
disable: | ||
- protected-access |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,4 +32,4 @@ def real2cams(coords): | |
valid = True | ||
|
||
return (p1*180./np.pi, p2*180./np.pi, p3*180./np.pi, valid) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.