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.1.1 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.1...v0.1.6)
- [github.com/psf/black: 23.10.1 → 23.11.0](psf/black@23.10.1...23.11.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v3.1.0](pre-commit/mirrors-prettier@v3.0.3...v3.1.0)
- [github.com/sirosen/check-jsonschema: 0.27.0 → 0.27.1](python-jsonschema/check-jsonschema@0.27.0...0.27.1)
  • Loading branch information
pre-commit-ci[bot] authored Nov 20, 2023
1 parent bcda97b commit a9ca154
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
Expand Up @@ -16,12 +16,12 @@ ci:
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version. TODO: remove flake8 in future
rev: "v0.1.1"
rev: "v0.1.6"
hooks:
- id: ruff
args: [--fix]
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
name: black
Expand Down Expand Up @@ -123,7 +123,7 @@ repos:
types: [python]
args: [--py38-plus]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v3.1.0
hooks:
- id: prettier
- repo: https://github.com/pycqa/isort
Expand All @@ -145,7 +145,7 @@ repos:
types: [file]
files: (\.cmake|CMakeLists.txt)(.in)?$
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.27.0
rev: 0.27.1
hooks:
- id: check-github-actions
- id: check-github-workflows

0 comments on commit a9ca154

Please sign in to comment.