Skip to content

Commit

Permalink
chore(deps): pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 24.4.2 β†’ 24.8.0](psf/black@24.4.2...24.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.5 β†’ v0.5.7](astral-sh/ruff-pre-commit@v0.5.5...v0.5.7)
- [github.com/pre-commit/mirrors-mypy: v1.11.0 β†’ v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1)
  • Loading branch information
pre-commit-ci[bot] authored Aug 12, 2024
1 parent a08a9b0 commit 6b34b87
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 @@ -24,7 +24,7 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
Expand All @@ -39,11 +39,11 @@ repos:
additional_dependencies:
- bandit[toml]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.5
rev: v0.5.7
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.0
rev: v1.11.1
hooks:
- id: mypy
args: ["--config-file", "pyproject.toml"]
Expand Down

0 comments on commit 6b34b87

Please sign in to comment.