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.4.7](astral-sh/ruff-pre-commit@v0.1.1...v0.4.7)
- [github.com/psf/black: 23.10.1 → 24.4.2](psf/black@23.10.1...24.4.2)
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
- [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
- [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.28.4](python-jsonschema/check-jsonschema@0.27.0...0.28.4)
  • Loading branch information
pre-commit-ci[bot] committed Jun 3, 2024
1 parent bcda97b commit 0e90123
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ ci:
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version. TODO: remove flake8 in future
rev: "v0.1.1"
rev: "v0.4.7"
hooks:
- id: ruff
args: [--fix]
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 24.4.2
hooks:
- id: black
name: black
entry: black
language: system
types: [python]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 # Use the ref you want to point at
rev: v4.6.0 # Use the ref you want to point at
hooks:
- id: check-added-large-files
name: Check for added large files
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 All @@ -99,7 +99,7 @@ repos:
require_serial: true
additional_dependencies: [Flake8-pyproject]
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
rev: v2.3.1
hooks:
- id: autoflake
name: autoflake
Expand All @@ -113,7 +113,7 @@ repos:
- "--remove-duplicate-keys"
- "--remove-unused-variables"
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
name: pyupgrade
Expand All @@ -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.28.4
hooks:
- id: check-github-actions
- id: check-github-workflows

0 comments on commit 0e90123

Please sign in to comment.