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/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
- [github.com/asottile/reorder_python_imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0)
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.6.8](astral-sh/ruff-pre-commit@v0.1.7...v0.6.8)
- [github.com/python-poetry/poetry: 1.7.0 → 1.8.0](python-poetry/poetry@1.7.0...1.8.0)
  • Loading branch information
pre-commit-ci[bot] authored Sep 30, 2024
1 parent ce6e676 commit 5971c8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fail_fast: false

repos:
- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: "v4.5.0"
rev: "v4.6.0"
hooks:
- id: "check-added-large-files"
args: ["--maxkb=40000"]
Expand Down Expand Up @@ -38,7 +38,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 @@ -52,14 +52,14 @@ repos:
- id: "add-trailing-comma"

- repo: "https://github.com/astral-sh/ruff-pre-commit"
rev: "v0.1.7"
rev: "v0.6.8"
hooks:
- id: "ruff"
args: ["--show-fixes"]
- id: "ruff-format"

- repo: "https://github.com/python-poetry/poetry"
rev: "1.7.0"
rev: "1.8.0"
hooks:
- id: "poetry-check"
name: "poetry check"
Expand Down

0 comments on commit 5971c8c

Please sign in to comment.