Skip to content

Commit

Permalink
chore(deps): update pre-commit hooks (#925)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.1 → v0.4.2](astral-sh/ruff-pre-commit@v0.4.1...v0.4.2)
- [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
- [github.com/henryiii/validate-pyproject-schema-store: 2024.04.20 → 2024.04.29](henryiii/validate-pyproject-schema-store@2024.04.20...2024.04.29)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Apr 30, 2024
1 parent 4caff11 commit 54c8fc3
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 @@ -47,7 +47,7 @@ repos:
]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.1"
rev: "v0.4.2"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -56,7 +56,7 @@ repos:
types_or: [python, pyi, jupyter]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.9.0
rev: v1.10.0
hooks:
- id: mypy
files: ^src
Expand Down Expand Up @@ -103,6 +103,6 @@ repos:
- id: check-github-workflows

- repo: https://github.com/henryiii/validate-pyproject-schema-store
rev: 2024.04.20
rev: 2024.04.29
hooks:
- id: validate-pyproject

0 comments on commit 54c8fc3

Please sign in to comment.