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/charliermarsh/ruff-pre-commit: v0.8.4 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.4...v0.8.6)
- [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.14.1](pre-commit/mirrors-mypy@v1.14.0...v1.14.1)
- [github.com/pre-commit/mirrors-clang-format: v19.1.5 → v19.1.6](pre-commit/mirrors-clang-format@v19.1.5...v19.1.6)
  • Loading branch information
pre-commit-ci[bot] authored and JackAshwell11 committed Jan 6, 2025
1 parent d7c0f6c commit 238718f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ repos:
hooks:
- id: ssort
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
rev: v0.8.4
rev: v0.8.6
hooks:
- id: ruff
args: ["--fix", "--exit-non-zero-on-fix"]
- repo: "https://github.com/pre-commit/mirrors-mypy"
rev: v1.14.0
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies: ["arcade==3.0.0.dev30", "pytest==8.2.2"]
Expand All @@ -37,6 +37,6 @@ repos:
hooks:
- id: black
- repo: "https://github.com/pre-commit/mirrors-clang-format"
rev: v19.1.5
rev: v19.1.6
hooks:
- id: clang-format

0 comments on commit 238718f

Please sign in to comment.