Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1750)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black.git: 24.4.0 → 24.4.2](https://github.com/psf/black.git/compare/24.4.0...24.4.2)
- [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.git: v1.9.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.9.0...v1.10.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Apr 30, 2024
1 parent d5e2b24 commit 162074a
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 @@ -34,7 +34,7 @@ repos:
- prettier-plugin-toml

- repo: https://github.com/psf/black.git
rev: 24.4.0
rev: 24.4.2
hooks:
- id: black
language_version: python3
Expand All @@ -45,7 +45,7 @@ repos:
- id: toml-sort-fix

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.1"
rev: "v0.4.2"
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -156,7 +156,7 @@ repos:
- id: pyupgrade
args: ["--py310-plus"]
- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.9.0
rev: v1.10.0
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 162074a

Please sign in to comment.