Skip to content

Commit 66ec109

Browse files
jeff350alxwr
authored andcommitted
style: format and update pre-commit
1 parent da37c28 commit 66ec109

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,30 @@ repos:
3030
additional_dependencies: ['@commitlint/[email protected]']
3131
always_run: true
3232
- repo: https://github.com/rubocop-hq/rubocop
33-
rev: v1.30.1
33+
rev: v1.56.4
3434
hooks:
3535
- id: rubocop
3636
name: Check Ruby files with rubocop
3737
args: [--debug]
3838
always_run: true
3939
pass_filenames: false
4040
- repo: https://github.com/shellcheck-py/shellcheck-py
41-
rev: v0.8.0.4
41+
rev: v0.9.0.6
4242
hooks:
4343
- id: shellcheck
4444
name: Check shell scripts with shellcheck
4545
files: ^.*\.(sh|bash|ksh)$
4646
types: []
4747
- repo: https://github.com/adrienverge/yamllint
48-
rev: v1.26.3
48+
rev: v1.32.0
4949
hooks:
5050
- id: yamllint
5151
name: Check YAML syntax with yamllint
5252
args: [--strict, '.']
5353
always_run: true
5454
pass_filenames: false
5555
- repo: https://github.com/warpnet/salt-lint
56-
rev: v0.8.0
56+
rev: v0.9.2
5757
hooks:
5858
- id: salt-lint
5959
name: Check Salt files using salt-lint

docker/software/config/daemon.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ docker-software-daemon-file-managed-daemon_file:
2828
{%- endif %}
2929
- template: jinja
3030
- context:
31-
config: {{ d.pkg.docker.daemon_config|json }}
31+
config: {{ d.pkg.docker.daemon_config|json }}
3232
- require:
3333
- sls: {{ sls_archive if d.pkg.docker.use_upstream == 'archive' else sls_desktop if d.pkg.docker.use_upstream == 'desktop' else sls_package }}
3434

docker/software/config/environ.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ docker-software-environ-file-managed-environ_file:
2828
{%- endif %}
2929
- template: jinja
3030
- context:
31-
environ: {{ d.pkg.docker.environ|json }}
31+
environ: {{ d.pkg.docker.environ|json }}
3232
- require:
3333
- sls: {{ sls_archive if d.pkg.docker.use_upstream == 'archive' else sls_desktop if d.pkg.docker.use_upstream == 'desktop' else sls_package }}
3434

0 commit comments

Comments
 (0)