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.5.0 → v0.8.4](astral-sh/ruff-pre-commit@v0.5.0...v0.8.4)
- [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/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0)
- [github.com/sirosen/check-jsonschema: 0.28.6 → 0.30.0](python-jsonschema/check-jsonschema@0.28.6...0.30.0)
- [github.com/pycqa/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1)
  • Loading branch information
pre-commit-ci[bot] authored Dec 23, 2024
1 parent 264b992 commit f763ad2
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/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.8.4
hooks:
- id: ruff
args:
Expand All @@ -18,7 +18,7 @@ repos:
exclude_types: [csv, json, html]
exclude: ^tests/fixtures/generated/|tests/components/.*/snapshots/
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
#- id: check-yaml # disabled atm due to https://github.com/pre-commit/pre-commit-hooks/issues/577
- id: check-json
Expand All @@ -31,7 +31,7 @@ repos:
args: ["--fix=lf"]

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
language_version: python3.12
Expand All @@ -49,13 +49,13 @@ repos:
- id: isort
args: [ --profile=black ]
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.28.6
rev: 0.30.0
hooks:
- id: check-github-actions
- id: check-github-workflows

- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8

Expand Down

0 comments on commit f763ad2

Please sign in to comment.