Skip to content

Commit dfdc826

Browse files
authored
Merge pull request #12 from cisagov/improvement/update_precommit
Add changes from running pre-commit autoupdate
2 parents a0bd704 + b58fa62 commit dfdc826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
additional_dependencies:
4646
- flake8-docstrings
4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v1.17.1
48+
rev: v1.18.0
4949
hooks:
5050
- id: pyupgrade
5151
- repo: https://github.com/PyCQA/bandit
@@ -64,7 +64,7 @@ repos:
6464
- id: ansible-lint
6565
# files: molecule/default/playbook.yml
6666
- repo: https://github.com/antonbabenko/pre-commit-terraform.git
67-
rev: v1.11.0
67+
rev: v1.12.0
6868
hooks:
6969
- id: terraform_fmt
7070
- id: terraform_validate_no_variables

0 commit comments

Comments
 (0)