Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.31.1](python-jsonschema/check-jsonschema@0.29.1...0.31.1)
- [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.5.6...v0.9.4)
- [github.com/sphinx-contrib/sphinx-lint: v0.9.1 → v1.0.0](sphinx-contrib/sphinx-lint@v0.9.1...v1.0.0)
- [github.com/nbQA-dev/nbQA: 1.8.7 → 1.9.1](nbQA-dev/nbQA@1.8.7...1.9.1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent 56fd0f7 commit 2a77a7a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-ast
name: validate Python code
exclude: .*\.rst
- id: check-case-conflict

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.1
rev: 0.31.1
hooks:
- id: check-github-workflows

Expand All @@ -29,7 +29,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.9.4
hooks:
- id: ruff
name: ruff (see https://docs.astral.sh/ruff/rules)
Expand All @@ -38,12 +38,12 @@ repos:
name: autoformat source code with ruff-format

- repo: https://github.com/sphinx-contrib/sphinx-lint
rev: v0.9.1
rev: v1.0.0
hooks:
- id: sphinx-lint

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.7
rev: 1.9.1
hooks:
- id: nbqa-check-ast
name: validate Python notebooks
Expand Down

0 comments on commit 2a77a7a

Please sign in to comment.