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.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/tox-dev/pyproject-fmt: 1.7.0 → 2.1.3](tox-dev/pyproject-fmt@1.7.0...2.1.3)
- [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.4.10](astral-sh/ruff-pre-commit@v0.2.0...v0.4.10)
- [github.com/pre-commit/pre-commit: v3.6.0 → v3.7.1](pre-commit/pre-commit@v3.6.0...v3.7.1)
- [github.com/python-jsonschema/check-jsonschema: 0.27.4 → 0.28.6](python-jsonschema/check-jsonschema@0.27.4...0.28.6)
  • Loading branch information
pre-commit-ci[bot] authored Jun 24, 2024
1 parent 104fa96 commit 547be7d
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-json
exclude: "\\.vscode/.*.json"
Expand All @@ -10,12 +10,12 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "1.7.0"
rev: "2.1.3"
hooks:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.2.0"
rev: "v0.4.10"
hooks:
- id: ruff
name: Ruff lint
Expand All @@ -24,12 +24,12 @@ repos:
name: Ruff format

- repo: https://github.com/pre-commit/pre-commit
rev: v3.6.0
rev: v3.7.1
hooks:
- id: validate_manifest

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.4
rev: 0.28.6
hooks:
- id: check-dependabot
- id: check-github-workflows

0 comments on commit 547be7d

Please sign in to comment.