mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-06 13:50:29 +08:00
chore: update pre-commit hooks (#7143)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.27.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.27.0...0.27.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.3...v0.1.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
7c43de793e
commit
875e4d754f
@ -21,7 +21,7 @@ repos:
|
||||
- id: trailing-whitespace
|
||||
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.27.0
|
||||
rev: 0.27.1
|
||||
hooks:
|
||||
- id: check-github-workflows
|
||||
|
||||
@ -60,7 +60,7 @@ repos:
|
||||
- id: rst-inline-touching-normal
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.1.3
|
||||
rev: v0.1.4
|
||||
hooks:
|
||||
- id: ruff
|
||||
args: ['--fix', '--show-fixes']
|
||||
|
Loading…
x
Reference in New Issue
Block a user