Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: saltstack-formulas/postgres-formula
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5f534840ede83a9640511cd092569b6db1daf7ae
Choose a base ref
..
head repository: saltstack-formulas/postgres-formula
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 44adf9b0649fcf6b9c696abad052403b53302b48
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 .pre-commit-config.yaml
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -30,15 +30,15 @@ repos:
additional_dependencies: ['@commitlint/config-conventional@8.3.4']
always_run: true
- repo: https://github.com/rubocop-hq/rubocop
rev: v1.54.0
rev: v1.56.4
hooks:
- id: rubocop
name: Check Ruby files with rubocop
args: [--debug]
always_run: true
pass_filenames: false
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.5
rev: v0.9.0.6
hooks:
- id: shellcheck
name: Check shell scripts with shellcheck
@@ -59,7 +59,7 @@ repos:
name: Check Salt files using salt-lint
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
- repo: https://github.com/rstcheck/rstcheck
rev: v6.1.2
rev: v6.2.0
hooks:
- id: rstcheck
name: Check reST files using rstcheck