Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Oct 30, 2023
1 parent 4dbd27c commit fa788be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
- --color=always

- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -68,7 +68,7 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v7.3.1
rev: v7.3.2
hooks:
- id: cspell
name: Spell check with cspell
Expand All @@ -91,7 +91,7 @@ repos:
test/testFixtures/diagnostics/yaml/invalid_yaml.yml
)$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
exclude: >
Expand Down Expand Up @@ -122,7 +122,7 @@ repos:
- id: commitlint
stages: [commit-msg]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.50.0
rev: v8.52.0
hooks:
- id: eslint
args:
Expand Down

0 comments on commit fa788be

Please sign in to comment.