Skip to content

Commit

Permalink
Merge pull request #1201 from python-jsonschema/pre-commit-ci-update-…
Browse files Browse the repository at this point in the history
…config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
Julian authored Dec 11, 2023
2 parents 0e4600d + 4b33af8 commit 2afe0e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ repos:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.0
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v4.0.0-alpha.3-1"
rev: "v4.0.0-alpha.4"
hooks:
- id: prettier
exclude: "^jsonschema/benchmarks/issue232/issue.json$"

0 comments on commit 2afe0e3

Please sign in to comment.