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/astral-sh/ruff-pre-commit: v0.6.9 → v0.9.6](astral-sh/ruff-pre-commit@v0.6.9...v0.9.6)
- [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/sirosen/check-jsonschema: 0.29.2 → 0.31.1](python-jsonschema/check-jsonschema@0.29.2...0.31.1)
  • Loading branch information
pre-commit-ci[bot] authored Feb 10, 2025
1 parent b087669 commit bf9d2b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.9
rev: v0.9.6
hooks:
# Run the linter.
- id: ruff
args: [ '--fix' ]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.6.0'
rev: 'v5.0.0'
hooks:
- id: check-case-conflict
- id: check-json
Expand All @@ -23,6 +23,6 @@ repos:
- id: check-symlinks
- id: debug-statements
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.29.2
rev: 0.31.1
hooks:
- id: check-github-actions

0 comments on commit bf9d2b3

Please sign in to comment.