Skip to content

Commit f95b997

Browse files
committed
freeze pre-commit
1 parent f948454 commit f95b997

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default_stages: [pre-commit]
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v6.0.0
4+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
55
hooks:
66
- id: check-builtin-literals
77
- id: check-case-conflict
@@ -14,40 +14,40 @@ repos:
1414
exclude: \.min\.js$
1515
- id: trailing-whitespace
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.15.9
17+
rev: 6fec9b7edb08fd9989088709d864a7826dc74e80 # frozen: v0.15.12
1818
hooks:
1919
- id: ruff-check
2020
files: panel/
2121
- repo: https://github.com/pycqa/isort
22-
rev: 8.0.1
22+
rev: a333737ed43df02b18e6c95477ea1b285b3de15a # frozen: 8.0.1
2323
hooks:
2424
- id: isort
2525
name: isort (python)
2626
- repo: https://github.com/hoxbro/clean_notebook
27-
rev: v0.2.1
27+
rev: 2e6f506fab3cdfbe16bc18fd0d24e828db773b74 # frozen: v0.2.1
2828
hooks:
2929
- id: clean-notebook
3030
args: [-i, tags]
3131
exclude: '^lite/files/.*/'
3232
- repo: https://github.com/codespell-project/codespell
33-
rev: v2.4.2
33+
rev: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # frozen: v2.4.2
3434
hooks:
3535
- id: codespell
3636
additional_dependencies:
3737
- tomli
3838
- repo: https://github.com/hoxbro/prettier-pre-commit
39-
rev: v3.8.1
39+
rev: fb4fd26ea947350ec231580772317ec7261c8e21 # frozen: v3.8.3
4040
hooks:
4141
- id: prettier
4242
entry: prettier --write --ignore-unknown --no-error-on-unmatched-pattern
4343
types_or: [css]
4444
- repo: https://github.com/oxipng/oxipng
45-
rev: v8.0.0
45+
rev: 95d521c81b1f50a0ea1e1b74a6ccfb09cd8115f8 # frozen: v8.0.0
4646
hooks:
4747
- id: oxipng
4848
stages: [manual]
4949
- repo: https://github.com/pre-commit/mirrors-eslint
50-
rev: v10.2.0
50+
rev: 9158d5162f915488785c296b5d08d6d18be10d32 # frozen: v10.3.0
5151
hooks:
5252
- id: eslint
5353
args: ['--config', 'panel/eslint.config.js', 'panel/*.ts', 'panel/models/**/*.ts', '--fix']

0 commit comments

Comments
 (0)