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/asottile/reorder_python_imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.4.4 → v0.4.10](astral-sh/ruff-pre-commit@v0.4.4...v0.4.10)
  • Loading branch information
pre-commit-ci[bot] authored Jun 24, 2024
1 parent 87a72d6 commit fcaf127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
- id: "python-use-type-annotations"

- repo: "https://github.com/asottile/reorder_python_imports"
rev: "v3.12.0"
rev: "v3.13.0"
hooks:
- id: "reorder-python-imports"
args:
Expand All @@ -49,7 +49,7 @@ repos:

- repo: "https://github.com/charliermarsh/ruff-pre-commit"
# Ruff version.
rev: "v0.4.4"
rev: "v0.4.10"
hooks:
- id: "ruff"

Expand Down

0 comments on commit fcaf127

Please sign in to comment.