diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index efa087d..e25f19c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: trailing-whitespace - id: check-added-large-files - repo: https://github.com/adrienverge/yamllint.git - rev: v1.29.0 + rev: v1.32.0 hooks: - id: yamllint args: [--format, parsable] diff --git a/shard.lock b/shard.lock index a1c9b9d..0539e25 100644 --- a/shard.lock +++ b/shard.lock @@ -2,4 +2,4 @@ version: 2.0 shards: ameba: git: https://github.com/crystal-ameba/ameba.git - version: 1.4.0 + version: 1.4.3+git.commit.a33f98624a30a62cdf03affe32e7469ab2287f9f diff --git a/shard.yml b/shard.yml index 5ed3d9e..fcad3bb 100644 --- a/shard.yml +++ b/shard.yml @@ -18,4 +18,4 @@ executables: development_dependencies: ameba: github: crystal-ameba/ameba - version: ~> 1.4.0 + branch: master