Skip to content

Commit

Permalink
Bump pre-commit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jun 16, 2024
1 parent 2703a47 commit f84d9b2
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 @@ -17,7 +17,7 @@ repos:
exclude: \.min\.js$
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.5
rev: v0.4.9
hooks:
- id: ruff
files: panel/
Expand All @@ -27,7 +27,7 @@ repos:
- id: isort
name: isort (python)
- repo: https://github.com/hoxbro/clean_notebook
rev: v0.1.14
rev: v0.1.15
hooks:
- id: clean-notebook
args: [-i, tags]
Expand All @@ -39,7 +39,7 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/hoxbro/prettier-pre-commit
rev: v3.2.5
rev: v3.3.2
hooks:
- id: prettier
entry: prettier --write --ignore-unknown --no-error-on-unmatched-pattern
Expand All @@ -50,7 +50,7 @@ repos:
- id: oxipng
stages: [manual]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.3.0
rev: v9.5.0
hooks:
- id: eslint
args: ['-c', 'panel/.eslintrc.js', 'panel/*.ts', 'panel/models/**/*.ts', '--fix']
Expand Down

0 comments on commit f84d9b2

Please sign in to comment.