Skip to content

Commit

Permalink
[MISC] pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed Feb 7, 2024
1 parent da58341 commit 43a971a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,19 @@ repos:
static/(.*)/libs/
)
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.0.0-alpha.2
- repo: https://github.com/eslint/eslint
rev: v8.56.0
hooks:
- id: eslint
exclude: |
(?x)(
.min(.js|.js.map)|
static/(.*)/libs/
)
# additional_dependencies:
# # eslint itself needs to be here when using additional_dependencies.
# - [email protected] # https://github.com/eslint/eslint/releases/latest
# - [email protected] # https://github.com/sindresorhus/globals/releases/latest

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
Expand Down

0 comments on commit 43a971a

Please sign in to comment.