Skip to content

Commit

Permalink
build(deps-dev): bump standard from 1.42.0 to 1.42.1 (#112)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Brown <james@instrumentl.com>
  • Loading branch information
dependabot[bot] and Roguelazer authored Nov 20, 2024
1 parent 5568445 commit 502d123
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
exclude: '^(config/secrets.yml.enc$)|(spec/data/)|(db/.*\.sql$)'
- id: check-yaml
exclude: '.rubocop.yml'
- id: check-added-large-files
- id: check-byte-order-marker
- id: fix-byte-order-marker
exclude: '^spec/data/'
- id: check-merge-conflict
- repo: https://github.com/rubocop/rubocop.git
rev: '24e7411d9606fd064e720ecb65a965646b6f8a06'
- repo: https://github.com/instrumentl/pre-commit-standardrb.git
rev: 'v1.42.1'
hooks:
- id: rubocop
additional_dependencies: ["standard:1.31.0"]
- id: standardrb
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gemspec
group :development, :test do
gem "rspec", "~> 3.13"
gem "rspec-its", "~>2.0"
gem "standard", "~> 1.42.0"
gem "standard", "~> 1.42.1"
gem "pry", "~> 0.15"
gem "webmock", "~> 3"
gem "vcr", "~> 6"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 502d123

Please sign in to comment.