Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#309)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent b4151df commit d3e3620
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 @@ -29,14 +29,14 @@ repos:
- id: check-github-workflows

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.7.0
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.12.1
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -50,6 +50,6 @@ repos:
- darglint

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.3.0"
rev: "2.4.3"
hooks:
- id: pyproject-fmt

0 comments on commit d3e3620

Please sign in to comment.