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.29.4](python-jsonschema/check-jsonschema@0.29.1...0.29.4)
- [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.7.2](astral-sh/ruff-pre-commit@v0.5.6...v0.7.2)
- [github.com/sphinx-contrib/sphinx-lint: v0.9.1 → v1.0.0](sphinx-contrib/sphinx-lint@v0.9.1...v1.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 4, 2024
1 parent 56fd0f7 commit bd6e858
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 @@ -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.29.4
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.7.2
hooks:
- id: ruff
name: ruff (see https://docs.astral.sh/ruff/rules)
Expand All @@ -38,7 +38,7 @@ 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

Expand Down

0 comments on commit bd6e858

Please sign in to comment.