Skip to content

Commit

Permalink
Merge pull request #36 from mrlesmithjr/fix-liniting-issues
Browse files Browse the repository at this point in the history
Fixing liniting issues to fix GA workflow
  • Loading branch information
mrlesmithjr authored Nov 11, 2023
2 parents 68e6053 + 8a6ec80 commit 3630e1b
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 50 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-executables-have-shebangs
Expand All @@ -14,7 +14,7 @@ repos:
args: [--branch, develop, --branch, master, --branch, main]
- id: trailing-whitespace
- repo: https://github.com/ansible-community/ansible-lint
rev: v6.17.1
rev: v6.22.0
hooks:
- id: ansible-lint
- repo: https://github.com/psf/black
Expand All @@ -23,10 +23,10 @@ repos:
- id: black
language_version: python3
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/adrienverge/yamllint
rev: v1.32.0
rev: v1.33.0
hooks:
- id: yamllint
106 changes: 63 additions & 43 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ molecule = {extras = ["docker"], version = "^4.0.3"}
flake8 = "^6.0.0"
cookiecutter = "^2.1.1"
pre-commit = "^2.20.0"
pyyaml = "^6.0.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion templates/etc/guacamole/guacd.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ server_certificate = {{ guacd_config.ssl.server_certificate }}
{% if guacd_config.ssl.server_key is defined %}
server_key = {{ guacd_config.ssl.server_key }}
{% endif %}
{% endif %}
{% endif %}
2 changes: 1 addition & 1 deletion templates/etc/guacamole/ldap-servers.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@
{% if ldap['operation_timeout'] is defined %}
operation-timeout: {{ ldap['operation_timeout'] }}
{% endif %}
{% endfor %}
{% endfor %}

0 comments on commit 3630e1b

Please sign in to comment.