Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ repos:
- id: check-useless-excludes
- repo: https://github.com/gruntwork-io/pre-commit
# Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
rev: v0.1.28
rev: v0.1.29
hooks:
- id: shellcheck
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.14.0
rev: v3.15.0
hooks:
- id: reorder-python-imports
language_version: python3
Expand All @@ -63,7 +63,7 @@ repos:
language: ruby
files: \.(md|mdown|markdown)$
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.37.0
rev: v1.37.1
hooks:
- id: yamllint
files: \.(yaml|yml)$
Expand Down