Skip to content

Commit

Permalink
⬆ [pre-commit.ci] pre-commit autoupdate (#1503)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/codespell-project/codespell: v2.4.0 →
v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1)
- [github.com/astral-sh/ruff-pre-commit: v0.9.3 →
v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4)
- [github.com/psf/black: 24.10.0 →
25.1.0](psf/black@24.10.0...25.1.0)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 4, 2025
1 parent be44d7c commit 002c919
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 @@ -28,7 +28,7 @@ repos:
- id: detect-aws-credentials
args: ["--allow-missing-credentials"]
- repo: https://github.com/codespell-project/codespell
rev: v2.4.0
rev: v2.4.1
hooks:
- id: codespell
name: Run codespell to check for common misspellings in files
Expand Down Expand Up @@ -57,13 +57,13 @@ repos:
- --py37-plus
- --keep-runtime-typing
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.3
rev: v0.9.4
hooks:
- id: ruff
args:
- --fix
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
args: ["--config", "./pyproject.toml"]
Expand Down

0 comments on commit 002c919

Please sign in to comment.