Skip to content

Commit

Permalink
Merge branch 'develop' into henryiii/ci/uvcibw
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski authored Jul 9, 2024
2 parents 214f39b + c51da8c commit 7dd820c
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
Expand Up @@ -34,15 +34,15 @@ repos:

# Ruff linter and formatter
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.4.7'
rev: 'v0.5.1'
hooks:
- id: ruff
args: [--fix, --show-fixes]
- id: ruff-format

# C++ formatting
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.5
rev: v18.1.8
hooks:
- id: clang-format

Expand All @@ -57,20 +57,20 @@ repos:

# Python type checking
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.10.0'
rev: 'v1.10.1'
hooks:
- id: mypy
additional_dependencies: [numpy]
args: [src]
pass_filenames: false

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.4
rev: 0.28.6
hooks:
- id: check-readthedocs
- id: check-github-workflows

- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2024.06.10
rev: 2024.07.01
hooks:
- id: validate-pyproject

0 comments on commit 7dd820c

Please sign in to comment.