diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4d4bda95..3a374ab9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: autoupdate_schedule: quarterly repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files args: [--maxkb=2000] @@ -22,7 +22,7 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - repo: https://github.com/crate-ci/typos - rev: v1.24.6 + rev: v1.29.4 hooks: - id: typos args: [--exclude=sorbet/rbi/gems, --force-exclude] diff --git a/lib/yard-sorbet/handlers/abstract_dsl_handler.rb b/lib/yard-sorbet/handlers/abstract_dsl_handler.rb index fa286421..b0ab6f39 100644 --- a/lib/yard-sorbet/handlers/abstract_dsl_handler.rb +++ b/lib/yard-sorbet/handlers/abstract_dsl_handler.rb @@ -3,7 +3,7 @@ module YARDSorbet module Handlers - # Applies an `@abstract` tag to `abstract!`/`interface!` modules (if not alerady present). + # Applies an `@abstract` tag to `abstract!`/`interface!` modules (if not already present). class AbstractDSLHandler < YARD::Handlers::Ruby::Base extend T::Sig