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.11 → v0.3.3](astral-sh/ruff-pre-commit@v0.1.11...v0.3.3)
- [github.com/pre-commit/mirrors-clang-format: v17.0.6 → v18.1.1](pre-commit/mirrors-clang-format@v17.0.6...v18.1.1)
- [github.com/pre-commit/mirrors-mypy: v1.7.0 → v1.9.0](pre-commit/mirrors-mypy@v1.7.0...v1.9.0)
- [github.com/python-jsonschema/check-jsonschema: 0.27.3 → 0.28.0](python-jsonschema/check-jsonschema@0.27.3...0.28.0)
  • Loading branch information
pre-commit-ci[bot] authored Mar 18, 2024
1 parent bc9e60d commit c03b9e5
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.11
rev: v0.3.3
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down Expand Up @@ -40,7 +40,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v17.0.6
rev: v18.1.1
hooks:
- id: clang-format
files: |
Expand All @@ -49,7 +49,7 @@ repos:
)$
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0
rev: v1.9.0
hooks:
- id: mypy
exclude: ^(docs/|tests)
Expand All @@ -61,6 +61,6 @@ repos:
]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.3
rev: 0.28.0
hooks:
- id: check-github-workflows

0 comments on commit c03b9e5

Please sign in to comment.