-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fixed some issues from gsettings_helpers.py - a little code updates - flake8 ignores updated - docs updated - galaxy tags updated - Bump version to 1.0.3
- Loading branch information
1 parent
03a2983
commit 91dc258
Showing
9 changed files
with
185 additions
and
107 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 |
---|---|---|
@@ -1,12 +1,7 @@ | ||
[flake8] | ||
# it's not a bug that we aren't using all of hacking, ignore: | ||
# E201: whitespace after ‘(‘ | ||
# E202: whitespace before ‘)’ | ||
# E221: multiple spaces before operator | ||
# E241: multiple spaces after ',' | ||
# E251: unexpected spaces around keyword / parameter equals | ||
# E501: line too long (82 > 79 characters) | ||
# E402: module level import not at top of file | ||
# E741: do not use variables named ‘l’, ‘O’, or ‘I’ | ||
# E501: line too long (82 > 79 characters) | ||
# W601: .has_key() is deprecated, use 'in' | ||
ignore = E402, E501, W601 | ||
ignore = E241, E402, E501, W601 |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
NAMESPACE = shipilovds | ||
NAME = workstation | ||
VERSION = 1.0.2 | ||
VERSION = 1.0.3 | ||
|
||
|
||
lint: | ||
|
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 |
---|---|---|
@@ -1,18 +1,22 @@ | ||
--- | ||
namespace: 'shipilovds' | ||
name: 'workstation' | ||
version: '1.0.2' | ||
version: '1.0.3' | ||
readme: 'README.md' | ||
authors: | ||
- 'Denis Shipilov @shipilovds <[email protected]>' | ||
description: 'Collection with usefull modules for workstation' | ||
description: 'Collection of useful modules for Gnome workstation' | ||
license: | ||
- 'GPL-3.0-or-later' | ||
tags: | ||
- collection | ||
- desktop | ||
- extensions | ||
- gnome | ||
- gnomeshell | ||
- gsettings | ||
- linux | ||
- workstation | ||
- gnome | ||
- collection | ||
homepage: "https://www.github.com/shipilovds/workstation" | ||
repository: "https://www.github.com/shipilovds/workstation" | ||
documentation: "https://www.github.com/shipilovds/workstation" | ||
|
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.