Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#277)
Browse files Browse the repository at this point in the history
updates:
- [github.com/python-poetry/poetry: 2.0.0 → 2.0.1](python-poetry/poetry@2.0.0...2.0.1)
- [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
- [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4)
- [github.com/igorshubovych/markdownlint-cli: v0.43.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0)

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 5, 2025
1 parent 048e7d9 commit 99b52b4
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 @@ -30,15 +30,15 @@ repos:
hooks:
- id: pyproject-fmt
- repo: https://github.com/python-poetry/poetry
rev: 2.0.0
rev: 2.0.1
hooks:
- id: poetry-check
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.4
hooks:
- id: ruff
args: [--fix]
Expand All @@ -52,7 +52,7 @@ repos:
- playwright
- install-playwright
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
rev: v0.44.0
hooks:
- id: markdownlint
exclude: ^.github/PULL_REQUEST_TEMPLATE.md
Expand Down

0 comments on commit 99b52b4

Please sign in to comment.