Skip to content

Commit

Permalink
chore: update pre-commit eslint hooks to fix CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftb0y committed Jan 1, 2025
1 parent 5fd78b1 commit a2a927e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ repos:
]
exclude: ^(packaging/wix/LICENSE.rtf.in|src/dialog/dlgabout\.cpp|.*\.(?:pot?|(?<!\.d\.)ts|wxl|svg))$
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.14.0
rev: v9.17.0
hooks:
- id: eslint
args: [--fix, --report-unused-disable-directives]
Expand All @@ -77,7 +77,7 @@ repos:
- pre-commit
- manual
additional_dependencies:
- eslint@^9.14.0
- eslint@^9.17.0
- "@eslint/js"
- typescript-eslint
- eslint-plugin-jsdoc@^v50.4.3
Expand Down

0 comments on commit a2a927e

Please sign in to comment.