Skip to content

Commit

Permalink
Add unquoted value finder.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Dec 6, 2021
1 parent 62efb2c commit d9dcfc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ repos:
args: [-c=.yamllint]

- repo: https://github.com/robertdebock/pre-commit
rev: v1.3.1
rev: v1.4.4
hooks:
- id: ansible_role_find_unused_variable
- id: ansible_role_find_empty_files
- id: ansible_role_find_empty_directories
- id: ansible_role_fix_readability
- id: ansible_role_find_undefined_handlers
- id: ansible_role_find_unquoted_values

0 comments on commit d9dcfc2

Please sign in to comment.