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.11](astral-sh/ruff-pre-commit@v0.1.1...v0.1.11)
- [github.com/psf/black: 23.10.1 → 23.12.1](psf/black@23.10.1...23.12.1)
- [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/sirosen/check-jsonschema: 0.27.0 → 0.27.3](python-jsonschema/check-jsonschema@0.27.0...0.27.3)
  • Loading branch information
pre-commit-ci[bot] authored Jan 8, 2024
1 parent bcda97b commit e565a0a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.11"
hooks:
- id: ruff
args: [--fix]
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.12.1
hooks:
- id: black
name: black
Expand Down Expand Up @@ -89,7 +89,7 @@ repos:
]
files: \.(c|h|cpp)$
- repo: https://github.com/pycqa/flake8
rev: "6.1.0" # pick a git hash / tag to point to
rev: "7.0.0" # pick a git hash / tag to point to
hooks:
- id: flake8
name: flake8
Expand Down Expand Up @@ -123,11 +123,11 @@ repos:
types: [python]
args: [--py38-plus]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
rev: v4.0.0-alpha.8
hooks:
- id: prettier
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
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.3
hooks:
- id: check-github-actions
- id: check-github-workflows

0 comments on commit e565a0a

Please sign in to comment.