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/openldap-formula
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ed90075b7263b9ffb757e68eb849c22f1010c793
Choose a base ref
..
head repository: saltstack-formulas/openldap-formula
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fe1da4003bf657bcec5849103977622c832b197f
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .pre-commit-config.yaml
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ repos:
additional_dependencies: ['@commitlint/config-conventional@8.3.4']
always_run: true
- repo: https://github.com/rubocop-hq/rubocop
rev: v1.30.0
rev: v1.30.1
hooks:
- id: rubocop
name: Check Ruby files with rubocop
@@ -47,7 +47,7 @@ repos:
name: Check Salt files using salt-lint
files: ^.*\.(sls|jinja|j2|tmpl|tst)$
- repo: https://github.com/myint/rstcheck
rev: v6.0.0rc3
rev: v6.0.0.post1
hooks:
- id: rstcheck
name: Check reST files using rstcheck