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/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.5.6](astral-sh/ruff-pre-commit@v0.3.4...v0.5.6)
- [github.com/tox-dev/pyproject-fmt: 1.7.0 → 2.2.1](tox-dev/pyproject-fmt@1.7.0...2.2.1)
- [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.11.1](pre-commit/mirrors-mypy@v1.9.0...v1.11.1)
  • Loading branch information
pre-commit-ci[bot] committed Aug 5, 2024
1 parent 4d0d50b commit 360d00a
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,25 +1,25 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: check-yaml
- id: debug-statements
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.5.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "1.7.0"
rev: "2.2.1"
hooks:
- id: pyproject-fmt
exclude: docs/examples/

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.9.0'
rev: 'v1.11.1'
hooks:
- id: mypy
args: [--strict]
Expand Down

0 comments on commit 360d00a

Please sign in to comment.