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.4.3 → v0.8.1](astral-sh/ruff-pre-commit@v0.4.3...v0.8.1)
- [github.com/seddonym/import-linter: v2.0 → v2.1](seddonym/import-linter@v2.0...v2.1)
- [github.com/python-jsonschema/check-jsonschema: 0.28.3 → 0.30.0](python-jsonschema/check-jsonschema@0.28.3...0.30.0)
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 2, 2024
1 parent 5ffa818 commit 403ff01
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
@@ -1,24 +1,24 @@
exclude: _vendor|vendored
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.3
rev: v0.8.1
hooks:
- id: ruff-format
types_or: [ python, pyi, jupyter ]
- id: ruff
types_or: [ python, pyi, jupyter ]

- repo: https://github.com/seddonym/import-linter
rev: v2.0
rev: v2.1
hooks:
- id: import-linter
stages: [manual]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.3
rev: 0.30.0
hooks:
- id: check-github-workflows
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
# .py files are skipped cause already checked by other hooks
hooks:
- id: check-yaml
Expand Down

0 comments on commit 403ff01

Please sign in to comment.