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.6.9 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.9...v0.7.0)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.12.1](pre-commit/mirrors-mypy@v1.11.2...v1.12.1)
- [github.com/pre-commit/mirrors-clang-format: v19.1.1 → v19.1.2](pre-commit/mirrors-clang-format@v19.1.1...v19.1.2)
  • Loading branch information
pre-commit-ci[bot] authored and JackAshwell11 committed Oct 22, 2024
1 parent 48ef674 commit e660677
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.6.9
rev: v0.7.0
hooks:
- id: ruff
args: ["--fix", "--exit-non-zero-on-fix"]
- repo: "https://github.com/pre-commit/mirrors-mypy"
rev: v1.11.2
rev: v1.12.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.1
rev: v19.1.2
hooks:
- id: clang-format

0 comments on commit e660677

Please sign in to comment.